Shades of Onahau #BFDFEB
Tints of Onahau #BFDFEB
RGB
CMYK
RGB Variations
Color information
#BFDFEB (or 0xBFDFEB) is known color: Onahau. HEX triplet: BF, DF and EB. RGB value is (191,223,235). Sum of RGB (Red+Green+Blue) = 191+223+235=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEB is #402014. Grayscale: #D6D6D6. Windows color (decimal): -4202517 or 15458239. OLE color: 15458239.
HSL color Cylindrical-coordinate representation of color #BFDFEB: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDFEB is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 223 | 235 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.08 |
| HSL | 196.36º | 0.52% | 0.84% | - |
| HSV(B) | 196.36º | 0.19% | 0.92% | - |
| XYZ | 62.87 | 69.85 | 88.77 | - |
| YUV | 214.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 235 | 0.19 | 0.05 | 0 | 0.08 | 196.36 | 0.52 | 0.84 |
| Hex | BF | DF | EB | 13 | 5 | 0 | 8 | C4 | 34 | 54 |
| Octal | 277 | 337 | 353 | 23 | 5 | 0 | 10 | 304 | 64 | 124 |
| Binary | 10111111 | 11011111 | 11101011 | 10011 | 101 | 0 | 1000 | 11000100 | 110100 | 1010100 |
Color Harmonies of #BFDFEB
Complementary color
Monochromatic Colors of #BFDFEB
Black with #BFDFEB
Text Example
Text Example
White with #BFDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFEB; }
p { color: rgb(191,223,235); }
H1.HeaderClassName
{
color: #BFDFEB;
}
.AnyTagClassName
{
color: #BFDFEB;
}
</style>
background-color css
<style>
a { background-color: #BFDFEB; }
a { background-color: rgb(191,223,235); }
div.DivClassName
{
background-color: #BFDFEB;
}
.BgClassName
{
background-color: #BFDFEB;
}
</style>
border-color css
<style>
span { border-color: #BFDFEB; }
span { border-color: rgb(191,223,235); }
td.TdClassName
{
border-color: #BFDFEB;
}
.TagClassName
{
border-color: #BFDFEB;
}
</style>