Shades of Onahau #BFDFE1
Tints of Onahau #BFDFE1
RGB
CMYK
RGB Variations
Color information
#BFDFE1 (or 0xBFDFE1) is known color: Onahau. HEX triplet: BF, DF and E1. RGB value is (191,223,225). Sum of RGB (Red+Green+Blue) = 191+223+225=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFDFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFE1 is #40201E. Grayscale: #D5D5D5. Windows color (decimal): -4202527 or 14802879. OLE color: 14802879.
HSL color Cylindrical-coordinate representation of color #BFDFE1: hue angle of 183.53º 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 #BFDFE1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 223 | 225 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.12 |
| HSL | 183.53º | 0.36% | 0.82% | - |
| HSV(B) | 183.53º | 0.15% | 0.88% | - |
| XYZ | 61.46 | 69.29 | 81.37 | - |
| YUV | 213.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 225 | 0.15 | 0.01 | 0 | 0.12 | 183.53 | 0.36 | 0.82 |
| Hex | BF | DF | E1 | F | 1 | 0 | C | B8 | 24 | 52 |
| Octal | 277 | 337 | 341 | 17 | 1 | 0 | 14 | 270 | 44 | 122 |
| Binary | 10111111 | 11011111 | 11100001 | 1111 | 1 | 0 | 1100 | 10111000 | 100100 | 1010010 |
Color Harmonies of #BFDFE1
Complementary color
Monochromatic Colors of #BFDFE1
Black with #BFDFE1
Text Example
Text Example
White with #BFDFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFE1; }
p { color: rgb(191,223,225); }
H1.HeaderClassName
{
color: #BFDFE1;
}
.AnyTagClassName
{
color: #BFDFE1;
}
</style>
background-color css
<style>
a { background-color: #BFDFE1; }
a { background-color: rgb(191,223,225); }
div.DivClassName
{
background-color: #BFDFE1;
}
.BgClassName
{
background-color: #BFDFE1;
}
</style>
border-color css
<style>
span { border-color: #BFDFE1; }
span { border-color: rgb(191,223,225); }
td.TdClassName
{
border-color: #BFDFE1;
}
.TagClassName
{
border-color: #BFDFE1;
}
</style>