#BBFBEE

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

Shades of Water Leaf #BBFBEE

Tints of Water Leaf #BBFBEE

Color information

#BBFBEE (or 0xBBFBEE) is unknown color: approx Water Leaf. HEX triplet: BB, FB and EE. RGB value is (187,251,238). Sum of RGB (Red+Green+Blue) = 187+251+238=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEE is #440411. Grayscale: #E6E6E6. Windows color (decimal): -4457490 or 15662011. OLE color: 15662011.

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

Color convert

RGB187251238-
CMYK0.2500.050.02
HSL167.81º88.89%85.88%-
HSV(B)167.81º25.5%98.43%-
XYZ70.4285.7393.73-
YUV230.38132.397.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=27.66%
G=37.13%
B=35.21%

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
Decimal1872512380.2500.050.02167.8188.8985.88
HexBBFBEE19052a85956
Octal27337335631052250131126
Binary101110111111101111101110110010101101010100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBEE; }

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

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

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

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

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

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

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

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