#BBF5EB

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

Shades of Water Leaf #BBF5EB

Tints of Water Leaf #BBF5EB

Color information

#BBF5EB (or 0xBBF5EB) is unknown color: approx Water Leaf. HEX triplet: BB, F5 and EB. RGB value is (187,245,235). Sum of RGB (Red+Green+Blue) = 187+245+235=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF5EB is #440A14. Grayscale: #E2E2E2. Windows color (decimal): -4459029 or 15463867. OLE color: 15463867.

HSL color Cylindrical-coordinate representation of color #BBF5EB: hue angle of 169.66º 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 #BBF5EB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB187245235-
CMYK0.2400.040.04
HSL169.66º74.36%84.71%-
HSV(B)169.66º23.67%96.08%-
XYZ68.1481.8790.81-
YUV226.52132.7899.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=28.04%
G=36.73%
B=35.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872452350.2400.040.04169.6674.3684.71
HexBBF5EB18044aa4a55
Octal27336535330044252112125
Binary1011101111110101111010111100001001001010101010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5EB; }

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

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

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

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

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

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

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

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