#BBE5E0

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

Shades of Water Leaf #BBE5E0

Tints of Water Leaf #BBE5E0

Color information

#BBE5E0 (or 0xBBE5E0) is unknown color: approx Water Leaf. HEX triplet: BB, E5 and E0. RGB value is (187,229,224). Sum of RGB (Red+Green+Blue) = 187+229+224=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5E0 is #441A1F. Grayscale: #D7D7D7. Windows color (decimal): -4463136 or 14738875. OLE color: 14738875.

HSL color Cylindrical-coordinate representation of color #BBE5E0: hue angle of 172.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5E0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB187229224-
CMYK0.1800.020.10
HSL172.86º44.68%81.57%-
HSV(B)172.86º18.34%89.8%-
XYZ61.9771.9981.15-
YUV215.87132.59107.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 224 (87.89% from 255) = 35%
R=29.22%
G=35.78%
B=35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872292240.1800.020.10172.8644.6881.57
HexBBE5E01202Aad2d52
Octal27334534022021225555122
Binary101110111110010111100000100100101010101011011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5E0; }

 p { color: rgb(187,229,224); }

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

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

 a { background-color: rgb(187,229,224); }

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

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

 span { border-color: rgb(187,229,224); }

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