#BCF3E0

Color #BCF3E0 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BCF3E0

Tints of Water Leaf #BCF3E0

Color information

#BCF3E0 (or 0xBCF3E0) is unknown color: approx Water Leaf. HEX triplet: BC, F3 and E0. RGB value is (188,243,224). Sum of RGB (Red+Green+Blue) = 188+243+224=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3E0 is #430C1F. Grayscale: #E0E0E0. Windows color (decimal): -4394016 or 14742460. OLE color: 14742460.

HSL color Cylindrical-coordinate representation of color #BCF3E0: hue angle of 159.27º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3E0 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB188243224-
CMYK0.2300.080.05
HSL159.27º69.62%84.51%-
HSV(B)159.27º22.63%95.29%-
XYZ66.2480.1782.5-
YUV224.39127.78102.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 243 (95.31% from 255) = 37.10%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=28.70%
G=37.10%
B=34.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432240.2300.080.05159.2769.6284.51
HexBCF3E0170859f4655
Octal274363340270105237106125
Binary10111100111100111110000010111010001011001111110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3E0; }

 p { color: rgb(188,243,224); }

 H1.HeaderClassName
 {
   color: #BCF3E0;
 }
 .AnyTagClassName
 {
   color: #BCF3E0;
 }
</style>
background-color css

<style>
 a { background-color: #BCF3E0; }

 a { background-color: rgb(188,243,224); }

 div.DivClassName
 {
   background-color: #BCF3E0;
 }
 .BgClassName
 {
   background-color: #BCF3E0;
 }
</style>
border-color css

<style>
 span { border-color: #BCF3E0; }

 span { border-color: rgb(188,243,224); }

 td.TdClassName
 {
   border-color: #BCF3E0;
 }
 .TagClassName
 {
   border-color: #BCF3E0;
 }
</style>