Shades of Onahau #BFE3E9
Tints of Onahau #BFE3E9
RGB
CMYK
RGB Variations
Color information
#BFE3E9 (or 0xBFE3E9) is known color: Onahau. HEX triplet: BF, E3 and E9. RGB value is (191,227,233). Sum of RGB (Red+Green+Blue) = 191+227+233=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3E9 is #401C16. Grayscale: #D8D8D8. Windows color (decimal): -4201495 or 15328191. OLE color: 15328191.
HSL color Cylindrical-coordinate representation of color #BFE3E9: hue angle of 188.57º 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 #BFE3E9 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 227 | 233 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.09 |
| HSL | 188.57º | 0.49% | 0.83% | - |
| HSV(B) | 188.57º | 0.18% | 0.91% | - |
| XYZ | 63.66 | 71.9 | 87.61 | - |
| YUV | 216.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 233 | 0.18 | 0.03 | 0 | 0.09 | 188.57 | 0.49 | 0.83 |
| Hex | BF | E3 | E9 | 12 | 3 | 0 | 9 | BD | 31 | 53 |
| Octal | 277 | 343 | 351 | 22 | 3 | 0 | 11 | 275 | 61 | 123 |
| Binary | 10111111 | 11100011 | 11101001 | 10010 | 11 | 0 | 1001 | 10111101 | 110001 | 1010011 |
Color Harmonies of #BFE3E9
Complementary color
Monochromatic Colors of #BFE3E9
Black with #BFE3E9
Text Example
Text Example
White with #BFE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3E9; }
p { color: rgb(191,227,233); }
H1.HeaderClassName
{
color: #BFE3E9;
}
.AnyTagClassName
{
color: #BFE3E9;
}
</style>
background-color css
<style>
a { background-color: #BFE3E9; }
a { background-color: rgb(191,227,233); }
div.DivClassName
{
background-color: #BFE3E9;
}
.BgClassName
{
background-color: #BFE3E9;
}
</style>
border-color css
<style>
span { border-color: #BFE3E9; }
span { border-color: rgb(191,227,233); }
td.TdClassName
{
border-color: #BFE3E9;
}
.TagClassName
{
border-color: #BFE3E9;
}
</style>