#BBF8EB

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

Shades of Water Leaf #BBF8EB

Tints of Water Leaf #BBF8EB

Color information

#BBF8EB (or 0xBBF8EB) is unknown color: approx Water Leaf. HEX triplet: BB, F8 and EB. RGB value is (187,248,235). Sum of RGB (Red+Green+Blue) = 187+248+235=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8EB is #440714. Grayscale: #E4E4E4. Windows color (decimal): -4458261 or 15464635. OLE color: 15464635.

HSL color Cylindrical-coordinate representation of color #BBF8EB: hue angle of 167.21º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8EB is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB187248235-
CMYK0.2500.050.03
HSL167.21º81.33%85.29%-
HSV(B)167.21º24.6%97.25%-
XYZ69.0683.791.11-
YUV228.28131.7998.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=27.91%
G=37.01%
B=35.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872482350.2500.050.03167.2181.3385.29
HexBBF8EB19053a75155
Octal27337035331053247121125
Binary101110111111100011101011110010101111010011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF8EB; }

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

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

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

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

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

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

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

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