#BBFAEE

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

Shades of Water Leaf #BBFAEE

Tints of Water Leaf #BBFAEE

Color information

#BBFAEE (or 0xBBFAEE) is unknown color: approx Water Leaf. HEX triplet: BB, FA and EE. RGB value is (187,250,238). Sum of RGB (Red+Green+Blue) = 187+250+238=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEE is #440511. Grayscale: #E5E5E5. Windows color (decimal): -4457746 or 15661755. OLE color: 15661755.

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

Color convert

RGB187250238-
CMYK0.2500.050.02
HSL168.57º86.3%85.69%-
HSV(B)168.57º25.2%98.04%-
XYZ70.1185.1193.62-
YUV229.8132.6397.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.70%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=27.70%
G=37.04%
B=35.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502380.2500.050.02168.5786.385.69
HexBBFAEE19052a95656
Octal27337235631052251126126
Binary101110111111101011101110110010101101010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAEE; }

 p { color: rgb(187,250,238); }

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

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

 a { background-color: rgb(187,250,238); }

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

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

 span { border-color: rgb(187,250,238); }

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