#BCFBE6

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

Shades of Water Leaf #BCFBE6

Tints of Water Leaf #BCFBE6

Color information

#BCFBE6 (or 0xBCFBE6) is unknown color: approx Water Leaf. HEX triplet: BC, FB and E6. RGB value is (188,251,230). Sum of RGB (Red+Green+Blue) = 188+251+230=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE6 is #430419. Grayscale: #E5E5E5. Windows color (decimal): -4391962 or 15137724. OLE color: 15137724.

HSL color Cylindrical-coordinate representation of color #BCFBE6: hue angle of 160º 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 #BCFBE6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB188251230-
CMYK0.2500.080.02
HSL160º88.73%86.08%-
HSV(B)160º25.1%98.43%-
XYZ69.5285.487.68-
YUV229.77128.1398.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=28.10%
G=37.52%
B=34.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512300.2500.080.0216088.7386.08
HexBCFBE619082a05956
Octal274373346310102240131126
Binary1011110011111011111001101100101000101010000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBE6; }

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

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

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

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

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

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

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

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