Shades of Onahau #BFDFEC
Tints of Onahau #BFDFEC
RGB
CMYK
RGB Variations
Color information
#BFDFEC (or 0xBFDFEC) is known color: Onahau. HEX triplet: BF, DF and EC. RGB value is (191,223,236). Sum of RGB (Red+Green+Blue) = 191+223+236=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEC is #402013. Grayscale: #D6D6D6. Windows color (decimal): -4202516 or 15523775. OLE color: 15523775.
HSL color Cylindrical-coordinate representation of color #BFDFEC: hue angle of 197.33º degrees, saturation: 0.54, 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 #BFDFEC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 223 | 236 | - |
CMYK | 0.19 | 0.06 | 0 | 0.07 |
HSL | 197.33º | 0.54% | 0.84% | - |
HSV(B) | 197.33º | 0.19% | 0.93% | - |
XYZ | 63.01 | 69.91 | 89.53 | - |
YUV | 214.91 | 139.9 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 223 | 236 | 0.19 | 0.06 | 0 | 0.07 | 197.33 | 0.54 | 0.84 |
Hex | BF | DF | EC | 13 | 6 | 0 | 7 | C5 | 36 | 54 |
Octal | 277 | 337 | 354 | 23 | 6 | 0 | 7 | 305 | 66 | 124 |
Binary | 10111111 | 11011111 | 11101100 | 10011 | 110 | 0 | 111 | 11000101 | 110110 | 1010100 |
Color Harmonies of #BFDFEC
Complementary color
Monochromatic Colors of #BFDFEC
Black with #BFDFEC
Text Example
Text Example
White with #BFDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFEC; }
p { color: rgb(191,223,236); }
H1.HeaderClassName
{
color: #BFDFEC;
}
.AnyTagClassName
{
color: #BFDFEC;
}
</style>
background-color css
<style>
a { background-color: #BFDFEC; }
a { background-color: rgb(191,223,236); }
div.DivClassName
{
background-color: #BFDFEC;
}
.BgClassName
{
background-color: #BFDFEC;
}
</style>
border-color css
<style>
span { border-color: #BFDFEC; }
span { border-color: rgb(191,223,236); }
td.TdClassName
{
border-color: #BFDFEC;
}
.TagClassName
{
border-color: #BFDFEC;
}
</style>