Shades of Onahau #BCEDF2
Tints of Onahau #BCEDF2
RGB
CMYK
RGB Variations
Color information
#BCEDF2 (or 0xBCEDF2) is known color: Onahau. HEX triplet: BC, ED and F2. RGB value is (188,237,242). Sum of RGB (Red+Green+Blue) = 188+237+242=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDF2 is #43120D. Grayscale: #DEDEDE. Windows color (decimal): -4395534 or 15920572. OLE color: 15920572.
HSL color Cylindrical-coordinate representation of color #BCEDF2: hue angle of 185.56º 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 #BCEDF2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 237 | 242 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 185.56º | 0.68% | 0.84% | - |
| HSV(B) | 185.56º | 0.22% | 0.95% | - |
| XYZ | 67.05 | 77.67 | 95.46 | - |
| YUV | 222.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 242 | 0.22 | 0.02 | 0 | 0.05 | 185.56 | 0.68 | 0.84 |
| Hex | BC | ED | F2 | 16 | 2 | 0 | 5 | BA | 44 | 54 |
| Octal | 274 | 355 | 362 | 26 | 2 | 0 | 5 | 272 | 104 | 124 |
| Binary | 10111100 | 11101101 | 11110010 | 10110 | 10 | 0 | 101 | 10111010 | 1000100 | 1010100 |
Color Harmonies of #BCEDF2
Complementary color
Monochromatic Colors of #BCEDF2
Black with #BCEDF2
Text Example
Text Example
White with #BCEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDF2; }
p { color: rgb(188,237,242); }
H1.HeaderClassName
{
color: #BCEDF2;
}
.AnyTagClassName
{
color: #BCEDF2;
}
</style>
background-color css
<style>
a { background-color: #BCEDF2; }
a { background-color: rgb(188,237,242); }
div.DivClassName
{
background-color: #BCEDF2;
}
.BgClassName
{
background-color: #BCEDF2;
}
</style>
border-color css
<style>
span { border-color: #BCEDF2; }
span { border-color: rgb(188,237,242); }
td.TdClassName
{
border-color: #BCEDF2;
}
.TagClassName
{
border-color: #BCEDF2;
}
</style>