Shades of Onahau #BFDEEC
Tints of Onahau #BFDEEC
RGB
CMYK
RGB Variations
Color information
#BFDEEC (or 0xBFDEEC) is known color: Onahau. HEX triplet: BF, DE and EC. RGB value is (191,222,236). Sum of RGB (Red+Green+Blue) = 191+222+236=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEC is #402113. Grayscale: #D6D6D6. Windows color (decimal): -4202772 or 15523519. OLE color: 15523519.
HSL color Cylindrical-coordinate representation of color #BFDEEC: hue angle of 198.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDEEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 222 | 236 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.07 |
| HSL | 198.67º | 0.54% | 0.84% | - |
| HSV(B) | 198.67º | 0.19% | 0.93% | - |
| XYZ | 62.75 | 69.38 | 89.44 | - |
| YUV | 214.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 236 | 0.19 | 0.06 | 0 | 0.07 | 198.67 | 0.54 | 0.84 |
| Hex | BF | DE | EC | 13 | 6 | 0 | 7 | C7 | 36 | 54 |
| Octal | 277 | 336 | 354 | 23 | 6 | 0 | 7 | 307 | 66 | 124 |
| Binary | 10111111 | 11011110 | 11101100 | 10011 | 110 | 0 | 111 | 11000111 | 110110 | 1010100 |
Color Harmonies of #BFDEEC
Complementary color
Monochromatic Colors of #BFDEEC
Black with #BFDEEC
Text Example
Text Example
White with #BFDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEEC; }
p { color: rgb(191,222,236); }
H1.HeaderClassName
{
color: #BFDEEC;
}
.AnyTagClassName
{
color: #BFDEEC;
}
</style>
background-color css
<style>
a { background-color: #BFDEEC; }
a { background-color: rgb(191,222,236); }
div.DivClassName
{
background-color: #BFDEEC;
}
.BgClassName
{
background-color: #BFDEEC;
}
</style>
border-color css
<style>
span { border-color: #BFDEEC; }
span { border-color: rgb(191,222,236); }
td.TdClassName
{
border-color: #BFDEEC;
}
.TagClassName
{
border-color: #BFDEEC;
}
</style>