Shades of Water Leaf #BBEBE3
Tints of Water Leaf #BBEBE3
RGB
CMYK
RGB Variations
Color information
#BBEBE3 (or 0xBBEBE3) is known color: Water Leaf. HEX triplet: BB, EB and E3. RGB value is (187,235,227). Sum of RGB (Red+Green+Blue) = 187+235+227=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE3 is #44141C. Grayscale: #DBDBDB. Windows color (decimal): -4461597 or 14937019. OLE color: 14937019.
HSL color Cylindrical-coordinate representation of color #BBEBE3: hue angle of 170º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBE3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 227 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.08 |
| HSL | 170º | 0.55% | 0.83% | - |
| HSV(B) | 170º | 0.2% | 0.92% | - |
| XYZ | 64.07 | 75.53 | 83.87 | - |
| YUV | 219.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 227 | 0.20 | 0 | 0.03 | 0.08 | 170 | 0.55 | 0.83 |
| Hex | BB | EB | E3 | 14 | 0 | 3 | 8 | AA | 37 | 53 |
| Octal | 273 | 353 | 343 | 24 | 0 | 3 | 10 | 252 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11100011 | 10100 | 0 | 11 | 1000 | 10101010 | 110111 | 1010011 |
Color Harmonies of #BBEBE3
Complementary color
Monochromatic Colors of #BBEBE3
Black with #BBEBE3
Text Example
Text Example
White with #BBEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBE3; }
p { color: rgb(187,235,227); }
H1.HeaderClassName
{
color: #BBEBE3;
}
.AnyTagClassName
{
color: #BBEBE3;
}
</style>
background-color css
<style>
a { background-color: #BBEBE3; }
a { background-color: rgb(187,235,227); }
div.DivClassName
{
background-color: #BBEBE3;
}
.BgClassName
{
background-color: #BBEBE3;
}
</style>
border-color css
<style>
span { border-color: #BBEBE3; }
span { border-color: rgb(187,235,227); }
td.TdClassName
{
border-color: #BBEBE3;
}
.TagClassName
{
border-color: #BBEBE3;
}
</style>