Shades of Onahau #BBDFEE
Tints of Onahau #BBDFEE
RGB
CMYK
RGB Variations
Color information
#BBDFEE (or 0xBBDFEE) is known color: Onahau. HEX triplet: BB, DF and EE. RGB value is (187,223,238). Sum of RGB (Red+Green+Blue) = 187+223+238=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEE is #442011. Grayscale: #D5D5D5. Windows color (decimal): -4464658 or 15654843. OLE color: 15654843.
HSL color Cylindrical-coordinate representation of color #BBDFEE: hue angle of 197.65º degrees, saturation: 0.6, 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 #BBDFEE is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 223 | 238 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 197.65º | 0.6% | 0.83% | - |
| HSV(B) | 197.65º | 0.21% | 0.93% | - |
| XYZ | 62.31 | 69.51 | 91.02 | - |
| YUV | 213.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 238 | 0.21 | 0.06 | 0 | 0.07 | 197.65 | 0.6 | 0.83 |
| Hex | BB | DF | EE | 15 | 6 | 0 | 7 | C6 | 3C | 53 |
| Octal | 273 | 337 | 356 | 25 | 6 | 0 | 7 | 306 | 74 | 123 |
| Binary | 10111011 | 11011111 | 11101110 | 10101 | 110 | 0 | 111 | 11000110 | 111100 | 1010011 |
Color Harmonies of #BBDFEE
Complementary color
Monochromatic Colors of #BBDFEE
Black with #BBDFEE
Text Example
Text Example
White with #BBDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFEE; }
p { color: rgb(187,223,238); }
H1.HeaderClassName
{
color: #BBDFEE;
}
.AnyTagClassName
{
color: #BBDFEE;
}
</style>
background-color css
<style>
a { background-color: #BBDFEE; }
a { background-color: rgb(187,223,238); }
div.DivClassName
{
background-color: #BBDFEE;
}
.BgClassName
{
background-color: #BBDFEE;
}
</style>
border-color css
<style>
span { border-color: #BBDFEE; }
span { border-color: rgb(187,223,238); }
td.TdClassName
{
border-color: #BBDFEE;
}
.TagClassName
{
border-color: #BBDFEE;
}
</style>