Shades of Onahau #BCE5F4
Tints of Onahau #BCE5F4
RGB
CMYK
RGB Variations
Color information
#BCE5F4 (or 0xBCE5F4) is known color: Onahau. HEX triplet: BC, E5 and F4. RGB value is (188,229,244). Sum of RGB (Red+Green+Blue) = 188+229+244=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCE5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F4 is #431A0B. Grayscale: #DADADA. Windows color (decimal): -4397580 or 16049596. OLE color: 16049596.
HSL color Cylindrical-coordinate representation of color #BCE5F4: hue angle of 196.07º 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 #BCE5F4 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 229 | 244 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.04 |
| HSL | 196.07º | 0.72% | 0.85% | - |
| HSV(B) | 196.07º | 0.23% | 0.96% | - |
| XYZ | 65.09 | 73.26 | 96.3 | - |
| YUV | 218.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 244 | 0.23 | 0.06 | 0 | 0.04 | 196.07 | 0.72 | 0.85 |
| Hex | BC | E5 | F4 | 17 | 6 | 0 | 4 | C4 | 48 | 55 |
| Octal | 274 | 345 | 364 | 27 | 6 | 0 | 4 | 304 | 110 | 125 |
| Binary | 10111100 | 11100101 | 11110100 | 10111 | 110 | 0 | 100 | 11000100 | 1001000 | 1010101 |
Color Harmonies of #BCE5F4
Complementary color
Monochromatic Colors of #BCE5F4
Black with #BCE5F4
Text Example
Text Example
White with #BCE5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5F4; }
p { color: rgb(188,229,244); }
H1.HeaderClassName
{
color: #BCE5F4;
}
.AnyTagClassName
{
color: #BCE5F4;
}
</style>
background-color css
<style>
a { background-color: #BCE5F4; }
a { background-color: rgb(188,229,244); }
div.DivClassName
{
background-color: #BCE5F4;
}
.BgClassName
{
background-color: #BCE5F4;
}
</style>
border-color css
<style>
span { border-color: #BCE5F4; }
span { border-color: rgb(188,229,244); }
td.TdClassName
{
border-color: #BCE5F4;
}
.TagClassName
{
border-color: #BCE5F4;
}
</style>