Shades of Onahau #BFDFEE
Tints of Onahau #BFDFEE
RGB
CMYK
RGB Variations
Color information
#BFDFEE (or 0xBFDFEE) is known color: Onahau. HEX triplet: BF, DF and EE. RGB value is (191,223,238). Sum of RGB (Red+Green+Blue) = 191+223+238=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFEE is #402011. Grayscale: #D7D7D7. Windows color (decimal): -4202514 or 15654847. OLE color: 15654847.
HSL color Cylindrical-coordinate representation of color #BFDFEE: hue angle of 199.15º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDFEE is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 223 | 238 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.07 |
| HSL | 199.15º | 0.58% | 0.84% | - |
| HSV(B) | 199.15º | 0.2% | 0.93% | - |
| XYZ | 63.31 | 70.02 | 91.07 | - |
| YUV | 215.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 238 | 0.20 | 0.06 | 0 | 0.07 | 199.15 | 0.58 | 0.84 |
| Hex | BF | DF | EE | 14 | 6 | 0 | 7 | C7 | 3A | 54 |
| Octal | 277 | 337 | 356 | 24 | 6 | 0 | 7 | 307 | 72 | 124 |
| Binary | 10111111 | 11011111 | 11101110 | 10100 | 110 | 0 | 111 | 11000111 | 111010 | 1010100 |
Color Harmonies of #BFDFEE
Complementary color
Monochromatic Colors of #BFDFEE
Black with #BFDFEE
Text Example
Text Example
White with #BFDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFEE; }
p { color: rgb(191,223,238); }
H1.HeaderClassName
{
color: #BFDFEE;
}
.AnyTagClassName
{
color: #BFDFEE;
}
</style>
background-color css
<style>
a { background-color: #BFDFEE; }
a { background-color: rgb(191,223,238); }
div.DivClassName
{
background-color: #BFDFEE;
}
.BgClassName
{
background-color: #BFDFEE;
}
</style>
border-color css
<style>
span { border-color: #BFDFEE; }
span { border-color: rgb(191,223,238); }
td.TdClassName
{
border-color: #BFDFEE;
}
.TagClassName
{
border-color: #BFDFEE;
}
</style>