Shades of Onahau #BCEAF2
Tints of Onahau #BCEAF2
RGB
CMYK
RGB Variations
Color information
#BCEAF2 (or 0xBCEAF2) is known color: Onahau. HEX triplet: BC, EA and F2. RGB value is (188,234,242). Sum of RGB (Red+Green+Blue) = 188+234+242=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF2 is #43150D. Grayscale: #DDDDDD. Windows color (decimal): -4396302 or 15919804. OLE color: 15919804.
HSL color Cylindrical-coordinate representation of color #BCEAF2: hue angle of 188.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEAF2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 234 | 242 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.05 |
| HSL | 188.89º | 0.68% | 0.84% | - |
| HSV(B) | 188.89º | 0.22% | 0.95% | - |
| XYZ | 66.19 | 75.95 | 95.18 | - |
| YUV | 221.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 242 | 0.22 | 0.03 | 0 | 0.05 | 188.89 | 0.68 | 0.84 |
| Hex | BC | EA | F2 | 16 | 3 | 0 | 5 | BD | 44 | 54 |
| Octal | 274 | 352 | 362 | 26 | 3 | 0 | 5 | 275 | 104 | 124 |
| Binary | 10111100 | 11101010 | 11110010 | 10110 | 11 | 0 | 101 | 10111101 | 1000100 | 1010100 |
Color Harmonies of #BCEAF2
Complementary color
Monochromatic Colors of #BCEAF2
Black with #BCEAF2
Text Example
Text Example
White with #BCEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAF2; }
p { color: rgb(188,234,242); }
H1.HeaderClassName
{
color: #BCEAF2;
}
.AnyTagClassName
{
color: #BCEAF2;
}
</style>
background-color css
<style>
a { background-color: #BCEAF2; }
a { background-color: rgb(188,234,242); }
div.DivClassName
{
background-color: #BCEAF2;
}
.BgClassName
{
background-color: #BCEAF2;
}
</style>
border-color css
<style>
span { border-color: #BCEAF2; }
span { border-color: rgb(188,234,242); }
td.TdClassName
{
border-color: #BCEAF2;
}
.TagClassName
{
border-color: #BCEAF2;
}
</style>