Shades of Onahau #BCEAF5
Tints of Onahau #BCEAF5
RGB
CMYK
RGB Variations
Color information
#BCEAF5 (or 0xBCEAF5) is known color: Onahau. HEX triplet: BC, EA and F5. RGB value is (188,234,245). Sum of RGB (Red+Green+Blue) = 188+234+245=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF5 is #43150A. Grayscale: #DDDDDD. Windows color (decimal): -4396299 or 16116412. OLE color: 16116412.
HSL color Cylindrical-coordinate representation of color #BCEAF5: hue angle of 191.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEAF5 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 234 | 245 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.04 |
| HSL | 191.58º | 0.74% | 0.85% | - |
| HSV(B) | 191.58º | 0.23% | 0.96% | - |
| XYZ | 66.64 | 76.13 | 97.57 | - |
| YUV | 221.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 245 | 0.23 | 0.04 | 0 | 0.04 | 191.58 | 0.74 | 0.85 |
| Hex | BC | EA | F5 | 17 | 4 | 0 | 4 | C0 | 4A | 55 |
| Octal | 274 | 352 | 365 | 27 | 4 | 0 | 4 | 300 | 112 | 125 |
| Binary | 10111100 | 11101010 | 11110101 | 10111 | 100 | 0 | 100 | 11000000 | 1001010 | 1010101 |
Color Harmonies of #BCEAF5
Complementary color
Monochromatic Colors of #BCEAF5
Black with #BCEAF5
Text Example
Text Example
White with #BCEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAF5; }
p { color: rgb(188,234,245); }
H1.HeaderClassName
{
color: #BCEAF5;
}
.AnyTagClassName
{
color: #BCEAF5;
}
</style>
background-color css
<style>
a { background-color: #BCEAF5; }
a { background-color: rgb(188,234,245); }
div.DivClassName
{
background-color: #BCEAF5;
}
.BgClassName
{
background-color: #BCEAF5;
}
</style>
border-color css
<style>
span { border-color: #BCEAF5; }
span { border-color: rgb(188,234,245); }
td.TdClassName
{
border-color: #BCEAF5;
}
.TagClassName
{
border-color: #BCEAF5;
}
</style>