#BCFBE2

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

Shades of Water Leaf #BCFBE2

Tints of Water Leaf #BCFBE2

Color information

#BCFBE2 (or 0xBCFBE2) is unknown color: approx Water Leaf. HEX triplet: BC, FB and E2. RGB value is (188,251,226). Sum of RGB (Red+Green+Blue) = 188+251+226=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBE2 is #43041D. Grayscale: #E5E5E5. Windows color (decimal): -4391966 or 14875580. OLE color: 14875580.

HSL color Cylindrical-coordinate representation of color #BCFBE2: hue angle of 156.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBE2 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB188251226-
CMYK0.2500.100.02
HSL156.19º88.73%86.08%-
HSV(B)156.19º25.1%98.43%-
XYZ68.9685.1884.76-
YUV229.31126.1398.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.27%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 226 (88.67% from 255) = 33.98%
R=28.27%
G=37.74%
B=33.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512260.2500.100.02156.1988.7386.08
HexBCFBE2190A29c5956
Octal274373342310122234131126
Binary1011110011111011111000101100101010101001110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBE2; }

 p { color: rgb(188,251,226); }

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

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

 a { background-color: rgb(188,251,226); }

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

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

 span { border-color: rgb(188,251,226); }

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