#BCF3E5

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

Shades of Water Leaf #BCF3E5

Tints of Water Leaf #BCF3E5

Color information

#BCF3E5 (or 0xBCF3E5) is unknown color: approx Water Leaf. HEX triplet: BC, F3 and E5. RGB value is (188,243,229). Sum of RGB (Red+Green+Blue) = 188+243+229=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3E5 is #430C1A. Grayscale: #E0E0E0. Windows color (decimal): -4394011 or 15070140. OLE color: 15070140.

HSL color Cylindrical-coordinate representation of color #BCF3E5: hue angle of 164.73º 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 #BCF3E5 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB188243229-
CMYK0.2300.060.05
HSL164.73º69.62%84.51%-
HSV(B)164.73º22.63%95.29%-
XYZ66.9380.4586.13-
YUV224.96130.28101.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.48%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=28.48%
G=36.82%
B=34.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432290.2300.060.05164.7369.6284.51
HexBCF3E517065a54655
Octal27436334527065245106125
Binary1011110011110011111001011011101101011010010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3E5; }

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

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

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

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

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

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

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

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