#BBFBE1

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

Shades of Water Leaf #BBFBE1

Tints of Water Leaf #BBFBE1

Color information

#BBFBE1 (or 0xBBFBE1) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E1. RGB value is (187,251,225). Sum of RGB (Red+Green+Blue) = 187+251+225=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE1 is #44041E. Grayscale: #E4E4E4. Windows color (decimal): -4457503 or 14810043. OLE color: 14810043.

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

Color convert

RGB187251225-
CMYK0.2500.100.02
HSL155.62º88.89%85.88%-
HSV(B)155.62º25.5%98.43%-
XYZ68.588584.03-
YUV228.9125.898.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=28.21%
G=37.86%
B=33.94%

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
Decimal1872512250.2500.100.02155.6288.8985.88
HexBBFBE1190A29c5956
Octal273373341310122234131126
Binary1011101111111011111000011100101010101001110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE1; }

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

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

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

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

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

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

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

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