Shades of Onahau #BBDEED
Tints of Onahau #BBDEED
RGB
CMYK
RGB Variations
Color information
#BBDEED (or 0xBBDEED) is known color: Onahau. HEX triplet: BB, DE and ED. RGB value is (187,222,237). Sum of RGB (Red+Green+Blue) = 187+222+237=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEED is #442112. Grayscale: #D5D5D5. Windows color (decimal): -4464915 or 15589051. OLE color: 15589051.
HSL color Cylindrical-coordinate representation of color #BBDEED: hue angle of 198º 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 #BBDEED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 222 | 237 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 198º | 0.58% | 0.83% | - |
| HSV(B) | 198º | 0.21% | 0.93% | - |
| XYZ | 61.9 | 68.92 | 90.16 | - |
| YUV | 213.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 237 | 0.21 | 0.06 | 0 | 0.07 | 198 | 0.58 | 0.83 |
| Hex | BB | DE | ED | 15 | 6 | 0 | 7 | C6 | 3A | 53 |
| Octal | 273 | 336 | 355 | 25 | 6 | 0 | 7 | 306 | 72 | 123 |
| Binary | 10111011 | 11011110 | 11101101 | 10101 | 110 | 0 | 111 | 11000110 | 111010 | 1010011 |
Color Harmonies of #BBDEED
Complementary color
Monochromatic Colors of #BBDEED
Black with #BBDEED
Text Example
Text Example
White with #BBDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEED; }
p { color: rgb(187,222,237); }
H1.HeaderClassName
{
color: #BBDEED;
}
.AnyTagClassName
{
color: #BBDEED;
}
</style>
background-color css
<style>
a { background-color: #BBDEED; }
a { background-color: rgb(187,222,237); }
div.DivClassName
{
background-color: #BBDEED;
}
.BgClassName
{
background-color: #BBDEED;
}
</style>
border-color css
<style>
span { border-color: #BBDEED; }
span { border-color: rgb(187,222,237); }
td.TdClassName
{
border-color: #BBDEED;
}
.TagClassName
{
border-color: #BBDEED;
}
</style>