#BBFDE7

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

Shades of Water Leaf #BBFDE7

Tints of Water Leaf #BBFDE7

Color information

#BBFDE7 (or 0xBBFDE7) is unknown color: approx Water Leaf. HEX triplet: BB, FD and E7. RGB value is (187,253,231). Sum of RGB (Red+Green+Blue) = 187+253+231=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDE7 is #440218. Grayscale: #E6E6E6. Windows color (decimal): -4456985 or 15203771. OLE color: 15203771.

HSL color Cylindrical-coordinate representation of color #BBFDE7: hue angle of 160º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDE7 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB187253231-
CMYK0.2600.090.01
HSL160º94.29%86.27%-
HSV(B)160º26.09%99.22%-
XYZ70.0486.5888.62-
YUV230.76128.1396.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=27.87%
G=37.70%
B=34.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532310.2600.090.0116094.2986.27
HexBBFDE71A091a05e56
Octal273375347320111240136126
Binary101110111111110111100111110100100111010000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDE7; }

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

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

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

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

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

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

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

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