Shades of Onahau #BCEBF2
Tints of Onahau #BCEBF2
RGB
CMYK
RGB Variations
Color information
#BCEBF2 (or 0xBCEBF2) is known color: Onahau. HEX triplet: BC, EB and F2. RGB value is (188,235,242). Sum of RGB (Red+Green+Blue) = 188+235+242=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBF2 is #43140D. Grayscale: #DDDDDD. Windows color (decimal): -4396046 or 15920060. OLE color: 15920060.
HSL color Cylindrical-coordinate representation of color #BCEBF2: hue angle of 187.78º 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 #BCEBF2 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 235 | 242 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.05 |
| HSL | 187.78º | 0.68% | 0.84% | - |
| HSV(B) | 187.78º | 0.22% | 0.95% | - |
| XYZ | 66.47 | 76.52 | 95.27 | - |
| YUV | 221.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 242 | 0.22 | 0.03 | 0 | 0.05 | 187.78 | 0.68 | 0.84 |
| Hex | BC | EB | F2 | 16 | 3 | 0 | 5 | BC | 44 | 54 |
| Octal | 274 | 353 | 362 | 26 | 3 | 0 | 5 | 274 | 104 | 124 |
| Binary | 10111100 | 11101011 | 11110010 | 10110 | 11 | 0 | 101 | 10111100 | 1000100 | 1010100 |
Color Harmonies of #BCEBF2
Complementary color
Monochromatic Colors of #BCEBF2
Black with #BCEBF2
Text Example
Text Example
White with #BCEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBF2; }
p { color: rgb(188,235,242); }
H1.HeaderClassName
{
color: #BCEBF2;
}
.AnyTagClassName
{
color: #BCEBF2;
}
</style>
background-color css
<style>
a { background-color: #BCEBF2; }
a { background-color: rgb(188,235,242); }
div.DivClassName
{
background-color: #BCEBF2;
}
.BgClassName
{
background-color: #BCEBF2;
}
</style>
border-color css
<style>
span { border-color: #BCEBF2; }
span { border-color: rgb(188,235,242); }
td.TdClassName
{
border-color: #BCEBF2;
}
.TagClassName
{
border-color: #BCEBF2;
}
</style>