Shades of Onahau #BCE5F2
Tints of Onahau #BCE5F2
RGB
CMYK
RGB Variations
Color information
#BCE5F2 (or 0xBCE5F2) is known color: Onahau. HEX triplet: BC, E5 and F2. RGB value is (188,229,242). Sum of RGB (Red+Green+Blue) = 188+229+242=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5F2 is #431A0D. Grayscale: #DADADA. Windows color (decimal): -4397582 or 15918524. OLE color: 15918524.
HSL color Cylindrical-coordinate representation of color #BCE5F2: hue angle of 194.44º 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 #BCE5F2 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 229 | 242 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.05 |
| HSL | 194.44º | 0.68% | 0.84% | - |
| HSV(B) | 194.44º | 0.22% | 0.95% | - |
| XYZ | 64.79 | 73.14 | 94.71 | - |
| YUV | 218.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 242 | 0.22 | 0.05 | 0 | 0.05 | 194.44 | 0.68 | 0.84 |
| Hex | BC | E5 | F2 | 16 | 5 | 0 | 5 | C2 | 44 | 54 |
| Octal | 274 | 345 | 362 | 26 | 5 | 0 | 5 | 302 | 104 | 124 |
| Binary | 10111100 | 11100101 | 11110010 | 10110 | 101 | 0 | 101 | 11000010 | 1000100 | 1010100 |
Color Harmonies of #BCE5F2
Complementary color
Monochromatic Colors of #BCE5F2
Black with #BCE5F2
Text Example
Text Example
White with #BCE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5F2; }
p { color: rgb(188,229,242); }
H1.HeaderClassName
{
color: #BCE5F2;
}
.AnyTagClassName
{
color: #BCE5F2;
}
</style>
background-color css
<style>
a { background-color: #BCE5F2; }
a { background-color: rgb(188,229,242); }
div.DivClassName
{
background-color: #BCE5F2;
}
.BgClassName
{
background-color: #BCE5F2;
}
</style>
border-color css
<style>
span { border-color: #BCE5F2; }
span { border-color: rgb(188,229,242); }
td.TdClassName
{
border-color: #BCE5F2;
}
.TagClassName
{
border-color: #BCE5F2;
}
</style>