#BBF9EB

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

Shades of Water Leaf #BBF9EB

Tints of Water Leaf #BBF9EB

Color information

#BBF9EB (or 0xBBF9EB) is unknown color: approx Water Leaf. HEX triplet: BB, F9 and EB. RGB value is (187,249,235). Sum of RGB (Red+Green+Blue) = 187+249+235=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9EB is #440614. Grayscale: #E4E4E4. Windows color (decimal): -4458005 or 15464891. OLE color: 15464891.

HSL color Cylindrical-coordinate representation of color #BBF9EB: hue angle of 166.45º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9EB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB187249235-
CMYK0.2500.060.02
HSL166.45º83.78%85.49%-
HSV(B)166.45º24.9%97.65%-
XYZ69.3684.3191.22-
YUV228.87131.4698.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=27.87%
G=37.11%
B=35.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492350.2500.060.02166.4583.7885.49
HexBBF9EB19062a65455
Octal27337135331062246124125
Binary101110111111100111101011110010110101010011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9EB; }

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

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

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

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

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

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

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

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