Shades of Onahau #BFDCED
Tints of Onahau #BFDCED
RGB
CMYK
RGB Variations
Color information
#BFDCED (or 0xBFDCED) is known color: Onahau. HEX triplet: BF, DC and ED. RGB value is (191,220,237). Sum of RGB (Red+Green+Blue) = 191+220+237=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCED is #402312. Grayscale: #D5D5D5. Windows color (decimal): -4203283 or 15588543. OLE color: 15588543.
HSL color Cylindrical-coordinate representation of color #BFDCED: hue angle of 202.17º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDCED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 220 | 237 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.07 |
| HSL | 202.17º | 0.56% | 0.84% | - |
| HSV(B) | 202.17º | 0.19% | 0.93% | - |
| XYZ | 62.37 | 68.38 | 90.03 | - |
| YUV | 213.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 237 | 0.19 | 0.07 | 0 | 0.07 | 202.17 | 0.56 | 0.84 |
| Hex | BF | DC | ED | 13 | 7 | 0 | 7 | CA | 38 | 54 |
| Octal | 277 | 334 | 355 | 23 | 7 | 0 | 7 | 312 | 70 | 124 |
| Binary | 10111111 | 11011100 | 11101101 | 10011 | 111 | 0 | 111 | 11001010 | 111000 | 1010100 |
Color Harmonies of #BFDCED
Complementary color
Monochromatic Colors of #BFDCED
Black with #BFDCED
Text Example
Text Example
White with #BFDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCED; }
p { color: rgb(191,220,237); }
H1.HeaderClassName
{
color: #BFDCED;
}
.AnyTagClassName
{
color: #BFDCED;
}
</style>
background-color css
<style>
a { background-color: #BFDCED; }
a { background-color: rgb(191,220,237); }
div.DivClassName
{
background-color: #BFDCED;
}
.BgClassName
{
background-color: #BFDCED;
}
</style>
border-color css
<style>
span { border-color: #BFDCED; }
span { border-color: rgb(191,220,237); }
td.TdClassName
{
border-color: #BFDCED;
}
.TagClassName
{
border-color: #BFDCED;
}
</style>