#BBFFEE

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

Shades of Water Leaf #BBFFEE

Tints of Water Leaf #BBFFEE

Color information

#BBFFEE (or 0xBBFFEE) is unknown color: approx Water Leaf. HEX triplet: BB, FF and EE. RGB value is (187,255,238). Sum of RGB (Red+Green+Blue) = 187+255+238=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFEE is #440011. Grayscale: #E8E8E8. Windows color (decimal): -4456466 or 15663035. OLE color: 15663035.

HSL color Cylindrical-coordinate representation of color #BBFFEE: hue angle of 165º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFEE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB187255238-
CMYK0.2700.070
HSL165º100%86.67%-
HSV(B)165º26.67%100%-
XYZ71.6988.2694.15-
YUV232.73130.9795.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.5%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 238 (93.36% from 255) = 35%
R=27.5%
G=37.5%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552380.2700.07016510086.67
HexBBFFEE1B070a56457
Octal27337735633070245144127
Binary10111011111111111110111011011011101010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFEE; }

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

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

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

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

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

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

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

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