Shades of Onahau #BFE3E8
Tints of Onahau #BFE3E8
RGB
CMYK
RGB Variations
Color information
#BFE3E8 (or 0xBFE3E8) is known color: Onahau. HEX triplet: BF, E3 and E8. RGB value is (191,227,232). Sum of RGB (Red+Green+Blue) = 191+227+232=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFE3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3E8 is #401C17. Grayscale: #D8D8D8. Windows color (decimal): -4201496 or 15262655. OLE color: 15262655.
HSL color Cylindrical-coordinate representation of color #BFE3E8: hue angle of 187.32º degrees, saturation: 0.47, 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 #BFE3E8 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 227 | 232 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.09 |
| HSL | 187.32º | 0.47% | 0.83% | - |
| HSV(B) | 187.32º | 0.18% | 0.91% | - |
| XYZ | 63.52 | 71.84 | 86.86 | - |
| YUV | 216.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 232 | 0.18 | 0.02 | 0 | 0.09 | 187.32 | 0.47 | 0.83 |
| Hex | BF | E3 | E8 | 12 | 2 | 0 | 9 | BB | 2F | 53 |
| Octal | 277 | 343 | 350 | 22 | 2 | 0 | 11 | 273 | 57 | 123 |
| Binary | 10111111 | 11100011 | 11101000 | 10010 | 10 | 0 | 1001 | 10111011 | 101111 | 1010011 |
Color Harmonies of #BFE3E8
Complementary color
Monochromatic Colors of #BFE3E8
Black with #BFE3E8
Text Example
Text Example
White with #BFE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3E8; }
p { color: rgb(191,227,232); }
H1.HeaderClassName
{
color: #BFE3E8;
}
.AnyTagClassName
{
color: #BFE3E8;
}
</style>
background-color css
<style>
a { background-color: #BFE3E8; }
a { background-color: rgb(191,227,232); }
div.DivClassName
{
background-color: #BFE3E8;
}
.BgClassName
{
background-color: #BFE3E8;
}
</style>
border-color css
<style>
span { border-color: #BFE3E8; }
span { border-color: rgb(191,227,232); }
td.TdClassName
{
border-color: #BFE3E8;
}
.TagClassName
{
border-color: #BFE3E8;
}
</style>