#BBF6EA

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

Shades of Water Leaf #BBF6EA

Tints of Water Leaf #BBF6EA

Color information

#BBF6EA (or 0xBBF6EA) is unknown color: approx Water Leaf. HEX triplet: BB, F6 and EA. RGB value is (187,246,234). Sum of RGB (Red+Green+Blue) = 187+246+234=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6EA is #440915. Grayscale: #E2E2E2. Windows color (decimal): -4458774 or 15398587. OLE color: 15398587.

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

Color convert

RGB187246234-
CMYK0.2400.050.04
HSL167.8º76.62%84.9%-
HSV(B)167.8º23.98%96.47%-
XYZ68.382.4290.15-
YUV226.99131.9599.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 246 (96.48% from 255) = 36.88%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=28.04%
G=36.88%
B=35.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462340.2400.050.04167.876.6284.9
HexBBF6EA18054a84d55
Octal27336635230054250115125
Binary1011101111110110111010101100001011001010100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6EA; }

 p { color: rgb(187,246,234); }

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

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

 a { background-color: rgb(187,246,234); }

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

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

 span { border-color: rgb(187,246,234); }

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