Shades of Onahau #BBDDE6
Tints of Onahau #BBDDE6
RGB
CMYK
RGB Variations
Color information
#BBDDE6 (or 0xBBDDE6) is known color: Onahau. HEX triplet: BB, DD and E6. RGB value is (187,221,230). Sum of RGB (Red+Green+Blue) = 187+221+230=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE6 is #442219. Grayscale: #D3D3D3. Windows color (decimal): -4465178 or 15130043. OLE color: 15130043.
HSL color Cylindrical-coordinate representation of color #BBDDE6: hue angle of 192.56º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDDE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 221 | 230 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.10 |
| HSL | 192.56º | 0.46% | 0.82% | - |
| HSV(B) | 192.56º | 0.19% | 0.9% | - |
| XYZ | 60.63 | 67.99 | 84.79 | - |
| YUV | 211.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 230 | 0.19 | 0.04 | 0 | 0.10 | 192.56 | 0.46 | 0.82 |
| Hex | BB | DD | E6 | 13 | 4 | 0 | A | C1 | 2E | 52 |
| Octal | 273 | 335 | 346 | 23 | 4 | 0 | 12 | 301 | 56 | 122 |
| Binary | 10111011 | 11011101 | 11100110 | 10011 | 100 | 0 | 1010 | 11000001 | 101110 | 1010010 |
Color Harmonies of #BBDDE6
Complementary color
Monochromatic Colors of #BBDDE6
Black with #BBDDE6
Text Example
Text Example
White with #BBDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDE6; }
p { color: rgb(187,221,230); }
H1.HeaderClassName
{
color: #BBDDE6;
}
.AnyTagClassName
{
color: #BBDDE6;
}
</style>
background-color css
<style>
a { background-color: #BBDDE6; }
a { background-color: rgb(187,221,230); }
div.DivClassName
{
background-color: #BBDDE6;
}
.BgClassName
{
background-color: #BBDDE6;
}
</style>
border-color css
<style>
span { border-color: #BBDDE6; }
span { border-color: rgb(187,221,230); }
td.TdClassName
{
border-color: #BBDDE6;
}
.TagClassName
{
border-color: #BBDDE6;
}
</style>