Shades of Onahau #BCEAEC
Tints of Onahau #BCEAEC
RGB
CMYK
RGB Variations
Color information
#BCEAEC (or 0xBCEAEC) is known color: Onahau. HEX triplet: BC, EA and EC. RGB value is (188,234,236). Sum of RGB (Red+Green+Blue) = 188+234+236=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAEC is #431513. Grayscale: #DCDCDC. Windows color (decimal): -4396308 or 15526588. OLE color: 15526588.
HSL color Cylindrical-coordinate representation of color #BCEAEC: hue angle of 182.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAEC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 234 | 236 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.07 |
| HSL | 182.5º | 0.56% | 0.83% | - |
| HSV(B) | 182.5º | 0.2% | 0.93% | - |
| XYZ | 65.3 | 75.59 | 90.51 | - |
| YUV | 220.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 236 | 0.20 | 0.01 | 0 | 0.07 | 182.5 | 0.56 | 0.83 |
| Hex | BC | EA | EC | 14 | 1 | 0 | 7 | B6 | 38 | 53 |
| Octal | 274 | 352 | 354 | 24 | 1 | 0 | 7 | 266 | 70 | 123 |
| Binary | 10111100 | 11101010 | 11101100 | 10100 | 1 | 0 | 111 | 10110110 | 111000 | 1010011 |
Color Harmonies of #BCEAEC
Complementary color
Monochromatic Colors of #BCEAEC
Black with #BCEAEC
Text Example
Text Example
White with #BCEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEAEC; }
p { color: rgb(188,234,236); }
H1.HeaderClassName
{
color: #BCEAEC;
}
.AnyTagClassName
{
color: #BCEAEC;
}
</style>
background-color css
<style>
a { background-color: #BCEAEC; }
a { background-color: rgb(188,234,236); }
div.DivClassName
{
background-color: #BCEAEC;
}
.BgClassName
{
background-color: #BCEAEC;
}
</style>
border-color css
<style>
span { border-color: #BCEAEC; }
span { border-color: rgb(188,234,236); }
td.TdClassName
{
border-color: #BCEAEC;
}
.TagClassName
{
border-color: #BCEAEC;
}
</style>