Shades of Onahau #BBDEEE
Tints of Onahau #BBDEEE
RGB
CMYK
RGB Variations
Color information
#BBDEEE (or 0xBBDEEE) is known color: Onahau. HEX triplet: BB, DE and EE. RGB value is (187,222,238). Sum of RGB (Red+Green+Blue) = 187+222+238=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEEE is #442111. Grayscale: #D5D5D5. Windows color (decimal): -4464914 or 15654587. OLE color: 15654587.
HSL color Cylindrical-coordinate representation of color #BBDEEE: hue angle of 198.82º degrees, saturation: 0.6, 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 #BBDEEE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 222 | 238 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 198.82º | 0.6% | 0.83% | - |
| HSV(B) | 198.82º | 0.21% | 0.93% | - |
| XYZ | 62.05 | 68.98 | 90.93 | - |
| YUV | 213.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 238 | 0.21 | 0.07 | 0 | 0.07 | 198.82 | 0.6 | 0.83 |
| Hex | BB | DE | EE | 15 | 7 | 0 | 7 | C7 | 3C | 53 |
| Octal | 273 | 336 | 356 | 25 | 7 | 0 | 7 | 307 | 74 | 123 |
| Binary | 10111011 | 11011110 | 11101110 | 10101 | 111 | 0 | 111 | 11000111 | 111100 | 1010011 |
Color Harmonies of #BBDEEE
Complementary color
Monochromatic Colors of #BBDEEE
Black with #BBDEEE
Text Example
Text Example
White with #BBDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEEE; }
p { color: rgb(187,222,238); }
H1.HeaderClassName
{
color: #BBDEEE;
}
.AnyTagClassName
{
color: #BBDEEE;
}
</style>
background-color css
<style>
a { background-color: #BBDEEE; }
a { background-color: rgb(187,222,238); }
div.DivClassName
{
background-color: #BBDEEE;
}
.BgClassName
{
background-color: #BBDEEE;
}
</style>
border-color css
<style>
span { border-color: #BBDEEE; }
span { border-color: rgb(187,222,238); }
td.TdClassName
{
border-color: #BBDEEE;
}
.TagClassName
{
border-color: #BBDEEE;
}
</style>