Shades of Onahau #BCEDF1
Tints of Onahau #BCEDF1
RGB
CMYK
RGB Variations
Color information
#BCEDF1 (or 0xBCEDF1) is known color: Onahau. HEX triplet: BC, ED and F1. RGB value is (188,237,241). Sum of RGB (Red+Green+Blue) = 188+237+241=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDF1 is #43120E. Grayscale: #DEDEDE. Windows color (decimal): -4395535 or 15855036. OLE color: 15855036.
HSL color Cylindrical-coordinate representation of color #BCEDF1: hue angle of 184.53º degrees, saturation: 0.65, 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 #BCEDF1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 237 | 241 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 184.53º | 0.65% | 0.84% | - |
| HSV(B) | 184.53º | 0.22% | 0.95% | - |
| XYZ | 66.9 | 77.61 | 94.67 | - |
| YUV | 222.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 241 | 0.22 | 0.02 | 0 | 0.05 | 184.53 | 0.65 | 0.84 |
| Hex | BC | ED | F1 | 16 | 2 | 0 | 5 | B9 | 41 | 54 |
| Octal | 274 | 355 | 361 | 26 | 2 | 0 | 5 | 271 | 101 | 124 |
| Binary | 10111100 | 11101101 | 11110001 | 10110 | 10 | 0 | 101 | 10111001 | 1000001 | 1010100 |
Color Harmonies of #BCEDF1
Complementary color
Monochromatic Colors of #BCEDF1
Black with #BCEDF1
Text Example
Text Example
White with #BCEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDF1; }
p { color: rgb(188,237,241); }
H1.HeaderClassName
{
color: #BCEDF1;
}
.AnyTagClassName
{
color: #BCEDF1;
}
</style>
background-color css
<style>
a { background-color: #BCEDF1; }
a { background-color: rgb(188,237,241); }
div.DivClassName
{
background-color: #BCEDF1;
}
.BgClassName
{
background-color: #BCEDF1;
}
</style>
border-color css
<style>
span { border-color: #BCEDF1; }
span { border-color: rgb(188,237,241); }
td.TdClassName
{
border-color: #BCEDF1;
}
.TagClassName
{
border-color: #BCEDF1;
}
</style>