Shades of Onahau #BFE1EA
Tints of Onahau #BFE1EA
RGB
CMYK
RGB Variations
Color information
#BFE1EA (or 0xBFE1EA) is known color: Onahau. HEX triplet: BF, E1 and EA. RGB value is (191,225,234). Sum of RGB (Red+Green+Blue) = 191+225+234=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1EA is #401E15. Grayscale: #D7D7D7. Windows color (decimal): -4202006 or 15393215. OLE color: 15393215.
HSL color Cylindrical-coordinate representation of color #BFE1EA: hue angle of 192.56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE1EA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 225 | 234 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.08 |
| HSL | 192.56º | 0.51% | 0.83% | - |
| HSV(B) | 192.56º | 0.18% | 0.92% | - |
| XYZ | 63.26 | 70.87 | 88.19 | - |
| YUV | 215.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 234 | 0.18 | 0.04 | 0 | 0.08 | 192.56 | 0.51 | 0.83 |
| Hex | BF | E1 | EA | 12 | 4 | 0 | 8 | C1 | 33 | 53 |
| Octal | 277 | 341 | 352 | 22 | 4 | 0 | 10 | 301 | 63 | 123 |
| Binary | 10111111 | 11100001 | 11101010 | 10010 | 100 | 0 | 1000 | 11000001 | 110011 | 1010011 |
Color Harmonies of #BFE1EA
Complementary color
Monochromatic Colors of #BFE1EA
Black with #BFE1EA
Text Example
Text Example
White with #BFE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1EA; }
p { color: rgb(191,225,234); }
H1.HeaderClassName
{
color: #BFE1EA;
}
.AnyTagClassName
{
color: #BFE1EA;
}
</style>
background-color css
<style>
a { background-color: #BFE1EA; }
a { background-color: rgb(191,225,234); }
div.DivClassName
{
background-color: #BFE1EA;
}
.BgClassName
{
background-color: #BFE1EA;
}
</style>
border-color css
<style>
span { border-color: #BFE1EA; }
span { border-color: rgb(191,225,234); }
td.TdClassName
{
border-color: #BFE1EA;
}
.TagClassName
{
border-color: #BFE1EA;
}
</style>