#BBF7EB

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

Shades of Water Leaf #BBF7EB

Tints of Water Leaf #BBF7EB

Color information

#BBF7EB (or 0xBBF7EB) is unknown color: approx Water Leaf. HEX triplet: BB, F7 and EB. RGB value is (187,247,235). Sum of RGB (Red+Green+Blue) = 187+247+235=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7EB is #440814. Grayscale: #E3E3E3. Windows color (decimal): -4458517 or 15464379. OLE color: 15464379.

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

Color convert

RGB187247235-
CMYK0.2400.050.03
HSL168º78.95%85.1%-
HSV(B)168º24.29%96.86%-
XYZ68.7583.0891.01-
YUV227.69132.1298.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=27.95%
G=36.92%
B=35.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872472350.2400.050.0316878.9585.1
HexBBF7EB18053a84f55
Octal27336735330053250117125
Binary101110111111011111101011110000101111010100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF7EB; }

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

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

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

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

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

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

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

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