Shades of Onahau #BFDFE2
Tints of Onahau #BFDFE2
RGB
CMYK
RGB Variations
Color information
#BFDFE2 (or 0xBFDFE2) is known color: Onahau. HEX triplet: BF, DF and E2. RGB value is (191,223,226). Sum of RGB (Red+Green+Blue) = 191+223+226=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFE2 is #40201D. Grayscale: #D5D5D5. Windows color (decimal): -4202526 or 14868415. OLE color: 14868415.
HSL color Cylindrical-coordinate representation of color #BFDFE2: hue angle of 185.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDFE2 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 223 | 226 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.11 |
| HSL | 185.14º | 0.38% | 0.82% | - |
| HSV(B) | 185.14º | 0.15% | 0.89% | - |
| XYZ | 61.6 | 69.34 | 82.09 | - |
| YUV | 213.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 226 | 0.15 | 0.01 | 0 | 0.11 | 185.14 | 0.38 | 0.82 |
| Hex | BF | DF | E2 | F | 1 | 0 | B | B9 | 26 | 52 |
| Octal | 277 | 337 | 342 | 17 | 1 | 0 | 13 | 271 | 46 | 122 |
| Binary | 10111111 | 11011111 | 11100010 | 1111 | 1 | 0 | 1011 | 10111001 | 100110 | 1010010 |
Color Harmonies of #BFDFE2
Complementary color
Monochromatic Colors of #BFDFE2
Black with #BFDFE2
Text Example
Text Example
White with #BFDFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFE2; }
p { color: rgb(191,223,226); }
H1.HeaderClassName
{
color: #BFDFE2;
}
.AnyTagClassName
{
color: #BFDFE2;
}
</style>
background-color css
<style>
a { background-color: #BFDFE2; }
a { background-color: rgb(191,223,226); }
div.DivClassName
{
background-color: #BFDFE2;
}
.BgClassName
{
background-color: #BFDFE2;
}
</style>
border-color css
<style>
span { border-color: #BFDFE2; }
span { border-color: rgb(191,223,226); }
td.TdClassName
{
border-color: #BFDFE2;
}
.TagClassName
{
border-color: #BFDFE2;
}
</style>