Shades of Onahau #BBDFEB
Tints of Onahau #BBDFEB
RGB
CMYK
RGB Variations
Color information
#BBDFEB (or 0xBBDFEB) is known color: Onahau. HEX triplet: BB, DF and EB. RGB value is (187,223,235). Sum of RGB (Red+Green+Blue) = 187+223+235=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEB is #442014. Grayscale: #D5D5D5. Windows color (decimal): -4464661 or 15458235. OLE color: 15458235.
HSL color Cylindrical-coordinate representation of color #BBDFEB: hue angle of 195º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDFEB is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 223 | 235 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.08 |
| HSL | 195º | 0.55% | 0.83% | - |
| HSV(B) | 195º | 0.2% | 0.92% | - |
| XYZ | 61.88 | 69.34 | 88.72 | - |
| YUV | 213.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 235 | 0.20 | 0.05 | 0 | 0.08 | 195 | 0.55 | 0.83 |
| Hex | BB | DF | EB | 14 | 5 | 0 | 8 | C3 | 37 | 53 |
| Octal | 273 | 337 | 353 | 24 | 5 | 0 | 10 | 303 | 67 | 123 |
| Binary | 10111011 | 11011111 | 11101011 | 10100 | 101 | 0 | 1000 | 11000011 | 110111 | 1010011 |
Color Harmonies of #BBDFEB
Complementary color
Monochromatic Colors of #BBDFEB
Black with #BBDFEB
Text Example
Text Example
White with #BBDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFEB; }
p { color: rgb(187,223,235); }
H1.HeaderClassName
{
color: #BBDFEB;
}
.AnyTagClassName
{
color: #BBDFEB;
}
</style>
background-color css
<style>
a { background-color: #BBDFEB; }
a { background-color: rgb(187,223,235); }
div.DivClassName
{
background-color: #BBDFEB;
}
.BgClassName
{
background-color: #BBDFEB;
}
</style>
border-color css
<style>
span { border-color: #BBDFEB; }
span { border-color: rgb(187,223,235); }
td.TdClassName
{
border-color: #BBDFEB;
}
.TagClassName
{
border-color: #BBDFEB;
}
</style>