Shades of Onahau #BBDFEC
Tints of Onahau #BBDFEC
RGB
CMYK
RGB Variations
Color information
#BBDFEC (or 0xBBDFEC) is known color: Onahau. HEX triplet: BB, DF and EC. RGB value is (187,223,236). Sum of RGB (Red+Green+Blue) = 187+223+236=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEC is #442013. Grayscale: #D5D5D5. Windows color (decimal): -4464660 or 15523771. OLE color: 15523771.
HSL color Cylindrical-coordinate representation of color #BBDFEC: hue angle of 195.92º degrees, saturation: 0.56, 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 #BBDFEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 223 | 236 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 195.92º | 0.56% | 0.83% | - |
| HSV(B) | 195.92º | 0.21% | 0.93% | - |
| XYZ | 62.02 | 69.4 | 89.48 | - |
| YUV | 213.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 236 | 0.21 | 0.06 | 0 | 0.07 | 195.92 | 0.56 | 0.83 |
| Hex | BB | DF | EC | 15 | 6 | 0 | 7 | C4 | 38 | 53 |
| Octal | 273 | 337 | 354 | 25 | 6 | 0 | 7 | 304 | 70 | 123 |
| Binary | 10111011 | 11011111 | 11101100 | 10101 | 110 | 0 | 111 | 11000100 | 111000 | 1010011 |
Color Harmonies of #BBDFEC
Complementary color
Monochromatic Colors of #BBDFEC
Black with #BBDFEC
Text Example
Text Example
White with #BBDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFEC; }
p { color: rgb(187,223,236); }
H1.HeaderClassName
{
color: #BBDFEC;
}
.AnyTagClassName
{
color: #BBDFEC;
}
</style>
background-color css
<style>
a { background-color: #BBDFEC; }
a { background-color: rgb(187,223,236); }
div.DivClassName
{
background-color: #BBDFEC;
}
.BgClassName
{
background-color: #BBDFEC;
}
</style>
border-color css
<style>
span { border-color: #BBDFEC; }
span { border-color: rgb(187,223,236); }
td.TdClassName
{
border-color: #BBDFEC;
}
.TagClassName
{
border-color: #BBDFEC;
}
</style>