Shades of Onahau #BBDFEA
Tints of Onahau #BBDFEA
RGB
CMYK
RGB Variations
Color information
#BBDFEA (or 0xBBDFEA) is known color: Onahau. HEX triplet: BB, DF and EA. RGB value is (187,223,234). Sum of RGB (Red+Green+Blue) = 187+223+234=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEA is #442015. Grayscale: #D5D5D5. Windows color (decimal): -4464662 or 15392699. OLE color: 15392699.
HSL color Cylindrical-coordinate representation of color #BBDFEA: hue angle of 194.04º degrees, saturation: 0.53, 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 #BBDFEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 223 | 234 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.08 |
| HSL | 194.04º | 0.53% | 0.83% | - |
| HSV(B) | 194.04º | 0.2% | 0.92% | - |
| XYZ | 61.73 | 69.28 | 87.96 | - |
| YUV | 213.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 234 | 0.20 | 0.05 | 0 | 0.08 | 194.04 | 0.53 | 0.83 |
| Hex | BB | DF | EA | 14 | 5 | 0 | 8 | C2 | 35 | 53 |
| Octal | 273 | 337 | 352 | 24 | 5 | 0 | 10 | 302 | 65 | 123 |
| Binary | 10111011 | 11011111 | 11101010 | 10100 | 101 | 0 | 1000 | 11000010 | 110101 | 1010011 |
Color Harmonies of #BBDFEA
Complementary color
Monochromatic Colors of #BBDFEA
Black with #BBDFEA
Text Example
Text Example
White with #BBDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFEA; }
p { color: rgb(187,223,234); }
H1.HeaderClassName
{
color: #BBDFEA;
}
.AnyTagClassName
{
color: #BBDFEA;
}
</style>
background-color css
<style>
a { background-color: #BBDFEA; }
a { background-color: rgb(187,223,234); }
div.DivClassName
{
background-color: #BBDFEA;
}
.BgClassName
{
background-color: #BBDFEA;
}
</style>
border-color css
<style>
span { border-color: #BBDFEA; }
span { border-color: rgb(187,223,234); }
td.TdClassName
{
border-color: #BBDFEA;
}
.TagClassName
{
border-color: #BBDFEA;
}
</style>