Shades of Onahau #BFEAF0
Tints of Onahau #BFEAF0
RGB
CMYK
RGB Variations
Color information
#BFEAF0 (or 0xBFEAF0) is known color: Onahau. HEX triplet: BF, EA and F0. RGB value is (191,234,240). Sum of RGB (Red+Green+Blue) = 191+234+240=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEAF0 is #40150F. Grayscale: #DDDDDD. Windows color (decimal): -4199696 or 15788735. OLE color: 15788735.
HSL color Cylindrical-coordinate representation of color #BFEAF0: hue angle of 187.35º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEAF0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 234 | 240 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.06 |
| HSL | 187.35º | 0.62% | 0.85% | - |
| HSV(B) | 187.35º | 0.2% | 0.94% | - |
| XYZ | 66.64 | 76.21 | 93.64 | - |
| YUV | 221.83 | 138.25 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 240 | 0.20 | 0.02 | 0 | 0.06 | 187.35 | 0.62 | 0.85 |
| Hex | BF | EA | F0 | 14 | 2 | 0 | 6 | BB | 3E | 55 |
| Octal | 277 | 352 | 360 | 24 | 2 | 0 | 6 | 273 | 76 | 125 |
| Binary | 10111111 | 11101010 | 11110000 | 10100 | 10 | 0 | 110 | 10111011 | 111110 | 1010101 |
Color Harmonies of #BFEAF0
Complementary color
Monochromatic Colors of #BFEAF0
Black with #BFEAF0
Text Example
Text Example
White with #BFEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEAF0; }
p { color: rgb(191,234,240); }
H1.HeaderClassName
{
color: #BFEAF0;
}
.AnyTagClassName
{
color: #BFEAF0;
}
</style>
background-color css
<style>
a { background-color: #BFEAF0; }
a { background-color: rgb(191,234,240); }
div.DivClassName
{
background-color: #BFEAF0;
}
.BgClassName
{
background-color: #BFEAF0;
}
</style>
border-color css
<style>
span { border-color: #BFEAF0; }
span { border-color: rgb(191,234,240); }
td.TdClassName
{
border-color: #BFEAF0;
}
.TagClassName
{
border-color: #BFEAF0;
}
</style>