#bbf5e7

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

Shades of Water Leaf #BBF5E7

Tints of Water Leaf #BBF5E7

Color information

#BBF5E7 (or 0xBBF5E7) is unknown color: approx Water Leaf. HEX triplet: BB, F5 and E7. RGB value is (187,245,231). Sum of RGB (Red+Green+Blue) = 187+245+231=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5E7 is #440A18. Grayscale: #E2E2E2. Windows color (decimal): -4459033 or 15201723. OLE color: 15201723.

HSL color Cylindrical-coordinate representation of color #BBF5E7: hue angle of 165.52º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5E7 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB187245231-
CMYK0.2400.060.04
HSL165.52º74.36%84.71%-
HSV(B)165.52º23.67%96.08%-
XYZ67.5781.6487.8-
YUV226.06130.78100.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.21%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=28.21%
G=36.95%
B=34.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452310.2400.060.04165.5274.3684.71
HexBBF5E718064a64a55
Octal27336534730064246112125
Binary1011101111110101111001111100001101001010011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbf5e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbf5e7; }

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

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

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

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

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

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

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

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