Shades of Onahau #BFDCE0
Tints of Onahau #BFDCE0
RGB
CMYK
RGB Variations
Color information
#BFDCE0 (or 0xBFDCE0) is known color: Onahau. HEX triplet: BF, DC and E0. RGB value is (191,220,224). Sum of RGB (Red+Green+Blue) = 191+220+224=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCE0 is #40231F. Grayscale: #D3D3D3. Windows color (decimal): -4203296 or 14736575. OLE color: 14736575.
HSL color Cylindrical-coordinate representation of color #BFDCE0: hue angle of 187.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDCE0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 220 | 224 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.12 |
| HSL | 187.27º | 0.35% | 0.81% | - |
| HSV(B) | 187.27º | 0.15% | 0.88% | - |
| XYZ | 60.53 | 67.64 | 80.39 | - |
| YUV | 211.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 224 | 0.15 | 0.02 | 0 | 0.12 | 187.27 | 0.35 | 0.81 |
| Hex | BF | DC | E0 | F | 2 | 0 | C | BB | 23 | 51 |
| Octal | 277 | 334 | 340 | 17 | 2 | 0 | 14 | 273 | 43 | 121 |
| Binary | 10111111 | 11011100 | 11100000 | 1111 | 10 | 0 | 1100 | 10111011 | 100011 | 1010001 |
Color Harmonies of #BFDCE0
Complementary color
Monochromatic Colors of #BFDCE0
Black with #BFDCE0
Text Example
Text Example
White with #BFDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCE0; }
p { color: rgb(191,220,224); }
H1.HeaderClassName
{
color: #BFDCE0;
}
.AnyTagClassName
{
color: #BFDCE0;
}
</style>
background-color css
<style>
a { background-color: #BFDCE0; }
a { background-color: rgb(191,220,224); }
div.DivClassName
{
background-color: #BFDCE0;
}
.BgClassName
{
background-color: #BFDCE0;
}
</style>
border-color css
<style>
span { border-color: #BFDCE0; }
span { border-color: rgb(191,220,224); }
td.TdClassName
{
border-color: #BFDCE0;
}
.TagClassName
{
border-color: #BFDCE0;
}
</style>