#BBFBE2

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

Shades of Water Leaf #BBFBE2

Tints of Water Leaf #BBFBE2

Color information

#BBFBE2 (or 0xBBFBE2) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E2. RGB value is (187,251,226). Sum of RGB (Red+Green+Blue) = 187+251+226=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE2 is #44041D. Grayscale: #E5E5E5. Windows color (decimal): -4457502 or 14875579. OLE color: 14875579.

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

Color convert

RGB187251226-
CMYK0.2500.100.02
HSL156.56º88.89%85.88%-
HSV(B)156.56º25.5%98.43%-
XYZ68.7285.0584.75-
YUV229.01126.398.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=28.16%
G=37.80%
B=34.04%

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
Decimal1872512260.2500.100.02156.5688.8985.88
HexBBFBE2190A29d5956
Octal273373342310122235131126
Binary1011101111111011111000101100101010101001110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE2; }

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

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

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

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

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

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

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

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