#BBFBE7

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

Shades of Water Leaf #BBFBE7

Tints of Water Leaf #BBFBE7

Color information

#BBFBE7 (or 0xBBFBE7) is unknown color: approx Water Leaf. HEX triplet: BB, FB and E7. RGB value is (187,251,231). Sum of RGB (Red+Green+Blue) = 187+251+231=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBE7 is #440418. Grayscale: #E5E5E5. Windows color (decimal): -4457497 or 15203259. OLE color: 15203259.

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

Color convert

RGB187251231-
CMYK0.2500.080.02
HSL161.25º88.89%85.88%-
HSV(B)161.25º25.5%98.43%-
XYZ69.4185.3388.41-
YUV229.58128.897.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=27.95%
G=37.52%
B=34.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872512310.2500.080.02161.2588.8985.88
HexBBFBE719082a15956
Octal273373347310102241131126
Binary1011101111111011111001111100101000101010000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFBE7; }

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

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

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

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

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

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

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

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