Shades of Onahau #BFE8EB
Tints of Onahau #BFE8EB
RGB
CMYK
RGB Variations
Color information
#BFE8EB (or 0xBFE8EB) is known color: Onahau. HEX triplet: BF, E8 and EB. RGB value is (191,232,235). Sum of RGB (Red+Green+Blue) = 191+232+235=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE8EB is #401714. Grayscale: #DCDCDC. Windows color (decimal): -4200213 or 15460543. OLE color: 15460543.
HSL color Cylindrical-coordinate representation of color #BFE8EB: hue angle of 184.09º 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 #BFE8EB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 232 | 235 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.08 |
| HSL | 184.09º | 0.52% | 0.84% | - |
| HSV(B) | 184.09º | 0.19% | 0.92% | - |
| XYZ | 65.34 | 74.79 | 89.59 | - |
| YUV | 220.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 235 | 0.19 | 0.01 | 0 | 0.08 | 184.09 | 0.52 | 0.84 |
| Hex | BF | E8 | EB | 13 | 1 | 0 | 8 | B8 | 34 | 54 |
| Octal | 277 | 350 | 353 | 23 | 1 | 0 | 10 | 270 | 64 | 124 |
| Binary | 10111111 | 11101000 | 11101011 | 10011 | 1 | 0 | 1000 | 10111000 | 110100 | 1010100 |
Color Harmonies of #BFE8EB
Complementary color
Monochromatic Colors of #BFE8EB
Black with #BFE8EB
Text Example
Text Example
White with #BFE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8EB; }
p { color: rgb(191,232,235); }
H1.HeaderClassName
{
color: #BFE8EB;
}
.AnyTagClassName
{
color: #BFE8EB;
}
</style>
background-color css
<style>
a { background-color: #BFE8EB; }
a { background-color: rgb(191,232,235); }
div.DivClassName
{
background-color: #BFE8EB;
}
.BgClassName
{
background-color: #BFE8EB;
}
</style>
border-color css
<style>
span { border-color: #BFE8EB; }
span { border-color: rgb(191,232,235); }
td.TdClassName
{
border-color: #BFE8EB;
}
.TagClassName
{
border-color: #BFE8EB;
}
</style>