Shades of Onahau #BCEBF1
Tints of Onahau #BCEBF1
RGB
CMYK
RGB Variations
Color information
#BCEBF1 (or 0xBCEBF1) is known color: Onahau. HEX triplet: BC, EB and F1. RGB value is (188,235,241). Sum of RGB (Red+Green+Blue) = 188+235+241=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBF1 is #43140E. Grayscale: #DDDDDD. Windows color (decimal): -4396047 or 15854524. OLE color: 15854524.
HSL color Cylindrical-coordinate representation of color #BCEBF1: hue angle of 186.79º degrees, saturation: 0.65, 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 #BCEBF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 235 | 241 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 186.79º | 0.65% | 0.84% | - |
| HSV(B) | 186.79º | 0.22% | 0.95% | - |
| XYZ | 66.32 | 76.46 | 94.48 | - |
| YUV | 221.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 241 | 0.22 | 0.02 | 0 | 0.05 | 186.79 | 0.65 | 0.84 |
| Hex | BC | EB | F1 | 16 | 2 | 0 | 5 | BB | 41 | 54 |
| Octal | 274 | 353 | 361 | 26 | 2 | 0 | 5 | 273 | 101 | 124 |
| Binary | 10111100 | 11101011 | 11110001 | 10110 | 10 | 0 | 101 | 10111011 | 1000001 | 1010100 |
Color Harmonies of #BCEBF1
Complementary color
Monochromatic Colors of #BCEBF1
Black with #BCEBF1
Text Example
Text Example
White with #BCEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBF1; }
p { color: rgb(188,235,241); }
H1.HeaderClassName
{
color: #BCEBF1;
}
.AnyTagClassName
{
color: #BCEBF1;
}
</style>
background-color css
<style>
a { background-color: #BCEBF1; }
a { background-color: rgb(188,235,241); }
div.DivClassName
{
background-color: #BCEBF1;
}
.BgClassName
{
background-color: #BCEBF1;
}
</style>
border-color css
<style>
span { border-color: #BCEBF1; }
span { border-color: rgb(188,235,241); }
td.TdClassName
{
border-color: #BCEBF1;
}
.TagClassName
{
border-color: #BCEBF1;
}
</style>