Shades of Onahau #BBDDE8
Tints of Onahau #BBDDE8
RGB
CMYK
RGB Variations
Color information
#BBDDE8 (or 0xBBDDE8) is known color: Onahau. HEX triplet: BB, DD and E8. RGB value is (187,221,232). Sum of RGB (Red+Green+Blue) = 187+221+232=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE8 is #442217. Grayscale: #D4D4D4. Windows color (decimal): -4465176 or 15261115. OLE color: 15261115.
HSL color Cylindrical-coordinate representation of color #BBDDE8: hue angle of 194.67º 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 #BBDDE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 221 | 232 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 194.67º | 0.49% | 0.82% | - |
| HSV(B) | 194.67º | 0.19% | 0.91% | - |
| XYZ | 60.92 | 68.1 | 86.28 | - |
| YUV | 212.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 232 | 0.19 | 0.05 | 0 | 0.09 | 194.67 | 0.49 | 0.82 |
| Hex | BB | DD | E8 | 13 | 5 | 0 | 9 | C3 | 31 | 52 |
| Octal | 273 | 335 | 350 | 23 | 5 | 0 | 11 | 303 | 61 | 122 |
| Binary | 10111011 | 11011101 | 11101000 | 10011 | 101 | 0 | 1001 | 11000011 | 110001 | 1010010 |
Color Harmonies of #BBDDE8
Complementary color
Monochromatic Colors of #BBDDE8
Black with #BBDDE8
Text Example
Text Example
White with #BBDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDE8; }
p { color: rgb(187,221,232); }
H1.HeaderClassName
{
color: #BBDDE8;
}
.AnyTagClassName
{
color: #BBDDE8;
}
</style>
background-color css
<style>
a { background-color: #BBDDE8; }
a { background-color: rgb(187,221,232); }
div.DivClassName
{
background-color: #BBDDE8;
}
.BgClassName
{
background-color: #BBDDE8;
}
</style>
border-color css
<style>
span { border-color: #BBDDE8; }
span { border-color: rgb(187,221,232); }
td.TdClassName
{
border-color: #BBDDE8;
}
.TagClassName
{
border-color: #BBDDE8;
}
</style>