Shades of Onahau #BBDEE8
Tints of Onahau #BBDEE8
RGB
CMYK
RGB Variations
Color information
#BBDEE8 (or 0xBBDEE8) is known color: Onahau. HEX triplet: BB, DE and E8. RGB value is (187,222,232). Sum of RGB (Red+Green+Blue) = 187+222+232=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEE8 is #442117. Grayscale: #D4D4D4. Windows color (decimal): -4464920 or 15261371. OLE color: 15261371.
HSL color Cylindrical-coordinate representation of color #BBDEE8: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDEE8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 222 | 232 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.09 |
| HSL | 193.33º | 0.49% | 0.82% | - |
| HSV(B) | 193.33º | 0.19% | 0.91% | - |
| XYZ | 61.18 | 68.63 | 86.37 | - |
| YUV | 212.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 232 | 0.19 | 0.04 | 0 | 0.09 | 193.33 | 0.49 | 0.82 |
| Hex | BB | DE | E8 | 13 | 4 | 0 | 9 | C1 | 31 | 52 |
| Octal | 273 | 336 | 350 | 23 | 4 | 0 | 11 | 301 | 61 | 122 |
| Binary | 10111011 | 11011110 | 11101000 | 10011 | 100 | 0 | 1001 | 11000001 | 110001 | 1010010 |
Color Harmonies of #BBDEE8
Complementary color
Monochromatic Colors of #BBDEE8
Black with #BBDEE8
Text Example
Text Example
White with #BBDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEE8; }
p { color: rgb(187,222,232); }
H1.HeaderClassName
{
color: #BBDEE8;
}
.AnyTagClassName
{
color: #BBDEE8;
}
</style>
background-color css
<style>
a { background-color: #BBDEE8; }
a { background-color: rgb(187,222,232); }
div.DivClassName
{
background-color: #BBDEE8;
}
.BgClassName
{
background-color: #BBDEE8;
}
</style>
border-color css
<style>
span { border-color: #BBDEE8; }
span { border-color: rgb(187,222,232); }
td.TdClassName
{
border-color: #BBDEE8;
}
.TagClassName
{
border-color: #BBDEE8;
}
</style>