Shades of Onahau #BFDEE3
Tints of Onahau #BFDEE3
RGB
CMYK
RGB Variations
Color information
#BFDEE3 (or 0xBFDEE3) is known color: Onahau. HEX triplet: BF, DE and E3. RGB value is (191,222,227). Sum of RGB (Red+Green+Blue) = 191+222+227=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEE3 is #40211C. Grayscale: #D5D5D5. Windows color (decimal): -4202781 or 14933695. OLE color: 14933695.
HSL color Cylindrical-coordinate representation of color #BFDEE3: hue angle of 188.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDEE3 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 222 | 227 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.11 |
| HSL | 188.33º | 0.39% | 0.82% | - |
| HSV(B) | 188.33º | 0.16% | 0.89% | - |
| XYZ | 61.47 | 68.86 | 82.73 | - |
| YUV | 213.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 227 | 0.16 | 0.02 | 0 | 0.11 | 188.33 | 0.39 | 0.82 |
| Hex | BF | DE | E3 | 10 | 2 | 0 | B | BC | 27 | 52 |
| Octal | 277 | 336 | 343 | 20 | 2 | 0 | 13 | 274 | 47 | 122 |
| Binary | 10111111 | 11011110 | 11100011 | 10000 | 10 | 0 | 1011 | 10111100 | 100111 | 1010010 |
Color Harmonies of #BFDEE3
Complementary color
Monochromatic Colors of #BFDEE3
Black with #BFDEE3
Text Example
Text Example
White with #BFDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEE3; }
p { color: rgb(191,222,227); }
H1.HeaderClassName
{
color: #BFDEE3;
}
.AnyTagClassName
{
color: #BFDEE3;
}
</style>
background-color css
<style>
a { background-color: #BFDEE3; }
a { background-color: rgb(191,222,227); }
div.DivClassName
{
background-color: #BFDEE3;
}
.BgClassName
{
background-color: #BFDEE3;
}
</style>
border-color css
<style>
span { border-color: #BFDEE3; }
span { border-color: rgb(191,222,227); }
td.TdClassName
{
border-color: #BFDEE3;
}
.TagClassName
{
border-color: #BFDEE3;
}
</style>