#BBFBE3

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

Shades of Water Leaf #BBFBE3

Tints of Water Leaf #BBFBE3

Color information

#BBFBE3 (or 0xBBFBE3) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E3. RGB value is (187,251,227). Sum of RGB (Red+Green+Blue) = 187+251+227=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE3 is #44041C. Grayscale: #E5E5E5. Windows color (decimal): -4457501 or 14941115. OLE color: 14941115.

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

Color convert

RGB187251227-
CMYK0.2500.100.02
HSL157.5º88.89%85.88%-
HSV(B)157.5º25.5%98.43%-
XYZ68.8685.1185.47-
YUV229.13126.897.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.12%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 227 (89.06% from 255) = 34.14%
R=28.12%
G=37.74%
B=34.14%

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
Decimal1872512270.2500.100.02157.588.8985.88
HexBBFBE3190A29e5956
Octal273373343310122236131126
Binary1011101111111011111000111100101010101001111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE3; }

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

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

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

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

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

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

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

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