Shades of Onahau #BCEBF4
Tints of Onahau #BCEBF4
RGB
CMYK
RGB Variations
Color information
#BCEBF4 (or 0xBCEBF4) is known color: Onahau. HEX triplet: BC, EB and F4. RGB value is (188,235,244). Sum of RGB (Red+Green+Blue) = 188+235+244=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBF4 is #43140B. Grayscale: #DDDDDD. Windows color (decimal): -4396044 or 16051132. OLE color: 16051132.
HSL color Cylindrical-coordinate representation of color #BCEBF4: hue angle of 189.64º degrees, saturation: 0.72, 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 #BCEBF4 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 235 | 244 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.04 |
| HSL | 189.64º | 0.72% | 0.85% | - |
| HSV(B) | 189.64º | 0.23% | 0.96% | - |
| XYZ | 66.78 | 76.64 | 96.86 | - |
| YUV | 221.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 244 | 0.23 | 0.04 | 0 | 0.04 | 189.64 | 0.72 | 0.85 |
| Hex | BC | EB | F4 | 17 | 4 | 0 | 4 | BE | 48 | 55 |
| Octal | 274 | 353 | 364 | 27 | 4 | 0 | 4 | 276 | 110 | 125 |
| Binary | 10111100 | 11101011 | 11110100 | 10111 | 100 | 0 | 100 | 10111110 | 1001000 | 1010101 |
Color Harmonies of #BCEBF4
Complementary color
Monochromatic Colors of #BCEBF4
Black with #BCEBF4
Text Example
Text Example
White with #BCEBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBF4; }
p { color: rgb(188,235,244); }
H1.HeaderClassName
{
color: #BCEBF4;
}
.AnyTagClassName
{
color: #BCEBF4;
}
</style>
background-color css
<style>
a { background-color: #BCEBF4; }
a { background-color: rgb(188,235,244); }
div.DivClassName
{
background-color: #BCEBF4;
}
.BgClassName
{
background-color: #BCEBF4;
}
</style>
border-color css
<style>
span { border-color: #BCEBF4; }
span { border-color: rgb(188,235,244); }
td.TdClassName
{
border-color: #BCEBF4;
}
.TagClassName
{
border-color: #BCEBF4;
}
</style>