#BCFBEE

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

Shades of Water Leaf #BCFBEE

Tints of Water Leaf #BCFBEE

Color information

#BCFBEE (or 0xBCFBEE) is unknown color: approx Water Leaf. HEX triplet: BC, FB and EE. RGB value is (188,251,238). Sum of RGB (Red+Green+Blue) = 188+251+238=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEE is #430411. Grayscale: #E6E6E6. Windows color (decimal): -4391954 or 15662012. OLE color: 15662012.

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

Color convert

RGB188251238-
CMYK0.2500.050.02
HSL167.62º88.73%86.08%-
HSV(B)167.62º25.1%98.43%-
XYZ70.6785.8693.74-
YUV230.68132.1397.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.77%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=27.77%
G=37.08%
B=35.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512380.2500.050.02167.6288.7386.08
HexBCFBEE19052a85956
Octal27437335631052250131126
Binary101111001111101111101110110010101101010100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBEE; }

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

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

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

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

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

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

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

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