Shades of Onahau #BFDEEF
Tints of Onahau #BFDEEF
RGB
CMYK
RGB Variations
Color information
#BFDEEF (or 0xBFDEEF) is known color: Onahau. HEX triplet: BF, DE and EF. RGB value is (191,222,239). Sum of RGB (Red+Green+Blue) = 191+222+239=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFDEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEEF is #402110. Grayscale: #D6D6D6. Windows color (decimal): -4202769 or 15720127. OLE color: 15720127.
HSL color Cylindrical-coordinate representation of color #BFDEEF: hue angle of 201.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDEEF is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 222 | 239 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.06 |
| HSL | 201.25º | 0.6% | 0.84% | - |
| HSV(B) | 201.25º | 0.2% | 0.94% | - |
| XYZ | 63.19 | 69.55 | 91.76 | - |
| YUV | 214.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 239 | 0.20 | 0.07 | 0 | 0.06 | 201.25 | 0.6 | 0.84 |
| Hex | BF | DE | EF | 14 | 7 | 0 | 6 | C9 | 3C | 54 |
| Octal | 277 | 336 | 357 | 24 | 7 | 0 | 6 | 311 | 74 | 124 |
| Binary | 10111111 | 11011110 | 11101111 | 10100 | 111 | 0 | 110 | 11001001 | 111100 | 1010100 |
Color Harmonies of #BFDEEF
Complementary color
Monochromatic Colors of #BFDEEF
Black with #BFDEEF
Text Example
Text Example
White with #BFDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEEF; }
p { color: rgb(191,222,239); }
H1.HeaderClassName
{
color: #BFDEEF;
}
.AnyTagClassName
{
color: #BFDEEF;
}
</style>
background-color css
<style>
a { background-color: #BFDEEF; }
a { background-color: rgb(191,222,239); }
div.DivClassName
{
background-color: #BFDEEF;
}
.BgClassName
{
background-color: #BFDEEF;
}
</style>
border-color css
<style>
span { border-color: #BFDEEF; }
span { border-color: rgb(191,222,239); }
td.TdClassName
{
border-color: #BFDEEF;
}
.TagClassName
{
border-color: #BFDEEF;
}
</style>