#BCF5E6

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

Shades of Water Leaf #BCF5E6

Tints of Water Leaf #BCF5E6

Color information

#BCF5E6 (or 0xBCF5E6) is unknown color: approx Water Leaf. HEX triplet: BC, F5 and E6. RGB value is (188,245,230). Sum of RGB (Red+Green+Blue) = 188+245+230=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5E6 is #430A19. Grayscale: #E2E2E2. Windows color (decimal): -4393498 or 15136188. OLE color: 15136188.

HSL color Cylindrical-coordinate representation of color #BCF5E6: hue angle of 164.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5E6 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB188245230-
CMYK0.2300.060.04
HSL164.21º74.03%84.9%-
HSV(B)164.21º23.27%96.08%-
XYZ67.6781.7187.07-
YUV226.25130.12100.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.36%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=28.36%
G=36.95%
B=34.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452300.2300.060.04164.2174.0384.9
HexBCF5E617064a44a55
Octal27436534627064244112125
Binary1011110011110101111001101011101101001010010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5E6; }

 p { color: rgb(188,245,230); }

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

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

 a { background-color: rgb(188,245,230); }

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

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

 span { border-color: rgb(188,245,230); }

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