Shades of Onahau #BFE7EA
Tints of Onahau #BFE7EA
RGB
CMYK
RGB Variations
Color information
#BFE7EA (or 0xBFE7EA) is known color: Onahau. HEX triplet: BF, E7 and EA. RGB value is (191,231,234). Sum of RGB (Red+Green+Blue) = 191+231+234=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7EA is #401815. Grayscale: #DBDBDB. Windows color (decimal): -4200470 or 15394751. OLE color: 15394751.
HSL color Cylindrical-coordinate representation of color #BFE7EA: hue angle of 184.19º 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 #BFE7EA is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 231 | 234 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.08 |
| HSL | 184.19º | 0.51% | 0.83% | - |
| HSV(B) | 184.19º | 0.18% | 0.92% | - |
| XYZ | 64.91 | 74.17 | 88.74 | - |
| YUV | 219.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 234 | 0.18 | 0.01 | 0 | 0.08 | 184.19 | 0.51 | 0.83 |
| Hex | BF | E7 | EA | 12 | 1 | 0 | 8 | B8 | 33 | 53 |
| Octal | 277 | 347 | 352 | 22 | 1 | 0 | 10 | 270 | 63 | 123 |
| Binary | 10111111 | 11100111 | 11101010 | 10010 | 1 | 0 | 1000 | 10111000 | 110011 | 1010011 |
Color Harmonies of #BFE7EA
Complementary color
Monochromatic Colors of #BFE7EA
Black with #BFE7EA
Text Example
Text Example
White with #BFE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7EA; }
p { color: rgb(191,231,234); }
H1.HeaderClassName
{
color: #BFE7EA;
}
.AnyTagClassName
{
color: #BFE7EA;
}
</style>
background-color css
<style>
a { background-color: #BFE7EA; }
a { background-color: rgb(191,231,234); }
div.DivClassName
{
background-color: #BFE7EA;
}
.BgClassName
{
background-color: #BFE7EA;
}
</style>
border-color css
<style>
span { border-color: #BFE7EA; }
span { border-color: rgb(191,231,234); }
td.TdClassName
{
border-color: #BFE7EA;
}
.TagClassName
{
border-color: #BFE7EA;
}
</style>