Shades of Onahau #BFDEE1
Tints of Onahau #BFDEE1
RGB
CMYK
RGB Variations
Color information
#BFDEE1 (or 0xBFDEE1) is known color: Onahau. HEX triplet: BF, DE and E1. RGB value is (191,222,225). Sum of RGB (Red+Green+Blue) = 191+222+225=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEE1 is #40211E. Grayscale: #D5D5D5. Windows color (decimal): -4202783 or 14802623. OLE color: 14802623.
HSL color Cylindrical-coordinate representation of color #BFDEE1: hue angle of 185.29º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDEE1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 222 | 225 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.12 |
| HSL | 185.29º | 0.36% | 0.82% | - |
| HSV(B) | 185.29º | 0.15% | 0.88% | - |
| XYZ | 61.2 | 68.76 | 81.28 | - |
| YUV | 213.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 225 | 0.15 | 0.01 | 0 | 0.12 | 185.29 | 0.36 | 0.82 |
| Hex | BF | DE | E1 | F | 1 | 0 | C | B9 | 24 | 52 |
| Octal | 277 | 336 | 341 | 17 | 1 | 0 | 14 | 271 | 44 | 122 |
| Binary | 10111111 | 11011110 | 11100001 | 1111 | 1 | 0 | 1100 | 10111001 | 100100 | 1010010 |
Color Harmonies of #BFDEE1
Complementary color
Monochromatic Colors of #BFDEE1
Black with #BFDEE1
Text Example
Text Example
White with #BFDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEE1; }
p { color: rgb(191,222,225); }
H1.HeaderClassName
{
color: #BFDEE1;
}
.AnyTagClassName
{
color: #BFDEE1;
}
</style>
background-color css
<style>
a { background-color: #BFDEE1; }
a { background-color: rgb(191,222,225); }
div.DivClassName
{
background-color: #BFDEE1;
}
.BgClassName
{
background-color: #BFDEE1;
}
</style>
border-color css
<style>
span { border-color: #BFDEE1; }
span { border-color: rgb(191,222,225); }
td.TdClassName
{
border-color: #BFDEE1;
}
.TagClassName
{
border-color: #BFDEE1;
}
</style>