Shades of Onahau #BFDFE9
Tints of Onahau #BFDFE9
RGB
CMYK
RGB Variations
Color information
#BFDFE9 (or 0xBFDFE9) is known color: Onahau. HEX triplet: BF, DF and E9. RGB value is (191,223,233). Sum of RGB (Red+Green+Blue) = 191+223+233=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFE9 is #402016. Grayscale: #D6D6D6. Windows color (decimal): -4202519 or 15327167. OLE color: 15327167.
HSL color Cylindrical-coordinate representation of color #BFDFE9: hue angle of 194.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDFE9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 223 | 233 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.09 |
| HSL | 194.29º | 0.49% | 0.83% | - |
| HSV(B) | 194.29º | 0.18% | 0.91% | - |
| XYZ | 62.58 | 69.73 | 87.25 | - |
| YUV | 214.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 233 | 0.18 | 0.04 | 0 | 0.09 | 194.29 | 0.49 | 0.83 |
| Hex | BF | DF | E9 | 12 | 4 | 0 | 9 | C2 | 31 | 53 |
| Octal | 277 | 337 | 351 | 22 | 4 | 0 | 11 | 302 | 61 | 123 |
| Binary | 10111111 | 11011111 | 11101001 | 10010 | 100 | 0 | 1001 | 11000010 | 110001 | 1010011 |
Color Harmonies of #BFDFE9
Complementary color
Monochromatic Colors of #BFDFE9
Black with #BFDFE9
Text Example
Text Example
White with #BFDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFE9; }
p { color: rgb(191,223,233); }
H1.HeaderClassName
{
color: #BFDFE9;
}
.AnyTagClassName
{
color: #BFDFE9;
}
</style>
background-color css
<style>
a { background-color: #BFDFE9; }
a { background-color: rgb(191,223,233); }
div.DivClassName
{
background-color: #BFDFE9;
}
.BgClassName
{
background-color: #BFDFE9;
}
</style>
border-color css
<style>
span { border-color: #BFDFE9; }
span { border-color: rgb(191,223,233); }
td.TdClassName
{
border-color: #BFDFE9;
}
.TagClassName
{
border-color: #BFDFE9;
}
</style>