Shades of Onahau #BCECF4
Tints of Onahau #BCECF4
RGB
CMYK
RGB Variations
Color information
#BCECF4 (or 0xBCECF4) is known color: Onahau. HEX triplet: BC, EC and F4. RGB value is (188,236,244). Sum of RGB (Red+Green+Blue) = 188+236+244=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF4 is #43130B. Grayscale: #DEDEDE. Windows color (decimal): -4395788 or 16051388. OLE color: 16051388.
HSL color Cylindrical-coordinate representation of color #BCECF4: hue angle of 188.57º 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 #BCECF4 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 236 | 244 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.04 |
| HSL | 188.57º | 0.72% | 0.85% | - |
| HSV(B) | 188.57º | 0.23% | 0.96% | - |
| XYZ | 67.06 | 77.21 | 96.96 | - |
| YUV | 222.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 244 | 0.23 | 0.03 | 0 | 0.04 | 188.57 | 0.72 | 0.85 |
| Hex | BC | EC | F4 | 17 | 3 | 0 | 4 | BD | 48 | 55 |
| Octal | 274 | 354 | 364 | 27 | 3 | 0 | 4 | 275 | 110 | 125 |
| Binary | 10111100 | 11101100 | 11110100 | 10111 | 11 | 0 | 100 | 10111101 | 1001000 | 1010101 |
Color Harmonies of #BCECF4
Complementary color
Monochromatic Colors of #BCECF4
Black with #BCECF4
Text Example
Text Example
White with #BCECF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECF4; }
p { color: rgb(188,236,244); }
H1.HeaderClassName
{
color: #BCECF4;
}
.AnyTagClassName
{
color: #BCECF4;
}
</style>
background-color css
<style>
a { background-color: #BCECF4; }
a { background-color: rgb(188,236,244); }
div.DivClassName
{
background-color: #BCECF4;
}
.BgClassName
{
background-color: #BCECF4;
}
</style>
border-color css
<style>
span { border-color: #BCECF4; }
span { border-color: rgb(188,236,244); }
td.TdClassName
{
border-color: #BCECF4;
}
.TagClassName
{
border-color: #BCECF4;
}
</style>