Shades of Onahau #B8E2FC
Tints of Onahau #B8E2FC
RGB
CMYK
RGB Variations
Color information
#B8E2FC (or 0xB8E2FC) is known color: Onahau. HEX triplet: B8, E2 and FC. RGB value is (184,226,252). Sum of RGB (Red+Green+Blue) = 184+226+252=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E2FC is #471D03. Grayscale: #D8D8D8. Windows color (decimal): -4660484 or 16573112. OLE color: 16573112.
HSL color Cylindrical-coordinate representation of color #B8E2FC: hue angle of 202.94º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E2FC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 226 | 252 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.01 |
| HSL | 202.94º | 0.92% | 0.85% | - |
| HSV(B) | 202.94º | 0.27% | 0.99% | - |
| XYZ | 64.53 | 71.61 | 102.52 | - |
| YUV | 216.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 252 | 0.27 | 0.10 | 0 | 0.01 | 202.94 | 0.92 | 0.85 |
| Hex | B8 | E2 | FC | 1B | A | 0 | 1 | CB | 5C | 55 |
| Octal | 270 | 342 | 374 | 33 | 12 | 0 | 1 | 313 | 134 | 125 |
| Binary | 10111000 | 11100010 | 11111100 | 11011 | 1010 | 0 | 1 | 11001011 | 1011100 | 1010101 |
Color Harmonies of #B8E2FC
Complementary color
Monochromatic Colors of #B8E2FC
Black with #B8E2FC
Text Example
Text Example
White with #B8E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2FC; }
p { color: rgb(184,226,252); }
H1.HeaderClassName
{
color: #B8E2FC;
}
.AnyTagClassName
{
color: #B8E2FC;
}
</style>
background-color css
<style>
a { background-color: #B8E2FC; }
a { background-color: rgb(184,226,252); }
div.DivClassName
{
background-color: #B8E2FC;
}
.BgClassName
{
background-color: #B8E2FC;
}
</style>
border-color css
<style>
span { border-color: #B8E2FC; }
span { border-color: rgb(184,226,252); }
td.TdClassName
{
border-color: #B8E2FC;
}
.TagClassName
{
border-color: #B8E2FC;
}
</style>