Shades of Onahau #BBE2ED
Tints of Onahau #BBE2ED
RGB
CMYK
RGB Variations
Color information
#BBE2ED (or 0xBBE2ED) is known color: Onahau. HEX triplet: BB, E2 and ED. RGB value is (187,226,237). Sum of RGB (Red+Green+Blue) = 187+226+237=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2ED is #441D12. Grayscale: #D7D7D7. Windows color (decimal): -4463891 or 15590075. OLE color: 15590075.
HSL color Cylindrical-coordinate representation of color #BBE2ED: hue angle of 193.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE2ED is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 226 | 237 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 193.2º | 0.58% | 0.83% | - |
| HSV(B) | 193.2º | 0.21% | 0.93% | - |
| XYZ | 62.98 | 71.07 | 90.52 | - |
| YUV | 215.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 237 | 0.21 | 0.05 | 0 | 0.07 | 193.2 | 0.58 | 0.83 |
| Hex | BB | E2 | ED | 15 | 5 | 0 | 7 | C1 | 3A | 53 |
| Octal | 273 | 342 | 355 | 25 | 5 | 0 | 7 | 301 | 72 | 123 |
| Binary | 10111011 | 11100010 | 11101101 | 10101 | 101 | 0 | 111 | 11000001 | 111010 | 1010011 |
Color Harmonies of #BBE2ED
Complementary color
Monochromatic Colors of #BBE2ED
Black with #BBE2ED
Text Example
Text Example
White with #BBE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2ED; }
p { color: rgb(187,226,237); }
H1.HeaderClassName
{
color: #BBE2ED;
}
.AnyTagClassName
{
color: #BBE2ED;
}
</style>
background-color css
<style>
a { background-color: #BBE2ED; }
a { background-color: rgb(187,226,237); }
div.DivClassName
{
background-color: #BBE2ED;
}
.BgClassName
{
background-color: #BBE2ED;
}
</style>
border-color css
<style>
span { border-color: #BBE2ED; }
span { border-color: rgb(187,226,237); }
td.TdClassName
{
border-color: #BBE2ED;
}
.TagClassName
{
border-color: #BBE2ED;
}
</style>