Shades of Onahau #BCE2F2
Tints of Onahau #BCE2F2
RGB
CMYK
RGB Variations
Color information
#BCE2F2 (or 0xBCE2F2) is known color: Onahau. HEX triplet: BC, E2 and F2. RGB value is (188,226,242). Sum of RGB (Red+Green+Blue) = 188+226+242=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F2 is #431D0D. Grayscale: #D8D8D8. Windows color (decimal): -4398350 or 15917756. OLE color: 15917756.
HSL color Cylindrical-coordinate representation of color #BCE2F2: hue angle of 197.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 #BCE2F2 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 226 | 242 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.05 |
| HSL | 197.78º | 0.68% | 0.84% | - |
| HSV(B) | 197.78º | 0.22% | 0.95% | - |
| XYZ | 63.96 | 71.49 | 94.43 | - |
| YUV | 216.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 242 | 0.22 | 0.07 | 0 | 0.05 | 197.78 | 0.68 | 0.84 |
| Hex | BC | E2 | F2 | 16 | 7 | 0 | 5 | C6 | 44 | 54 |
| Octal | 274 | 342 | 362 | 26 | 7 | 0 | 5 | 306 | 104 | 124 |
| Binary | 10111100 | 11100010 | 11110010 | 10110 | 111 | 0 | 101 | 11000110 | 1000100 | 1010100 |
Color Harmonies of #BCE2F2
Complementary color
Monochromatic Colors of #BCE2F2
Black with #BCE2F2
Text Example
Text Example
White with #BCE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2F2; }
p { color: rgb(188,226,242); }
H1.HeaderClassName
{
color: #BCE2F2;
}
.AnyTagClassName
{
color: #BCE2F2;
}
</style>
background-color css
<style>
a { background-color: #BCE2F2; }
a { background-color: rgb(188,226,242); }
div.DivClassName
{
background-color: #BCE2F2;
}
.BgClassName
{
background-color: #BCE2F2;
}
</style>
border-color css
<style>
span { border-color: #BCE2F2; }
span { border-color: rgb(188,226,242); }
td.TdClassName
{
border-color: #BCE2F2;
}
.TagClassName
{
border-color: #BCE2F2;
}
</style>