Shades of Onahau #BCEDF0
Tints of Onahau #BCEDF0
RGB
CMYK
RGB Variations
Color information
#BCEDF0 (or 0xBCEDF0) is known color: Onahau. HEX triplet: BC, ED and F0. RGB value is (188,237,240). Sum of RGB (Red+Green+Blue) = 188+237+240=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDF0 is #43120F. Grayscale: #DEDEDE. Windows color (decimal): -4395536 or 15789500. OLE color: 15789500.
HSL color Cylindrical-coordinate representation of color #BCEDF0: hue angle of 183.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEDF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 237 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 183.46º | 0.63% | 0.84% | - |
| HSV(B) | 183.46º | 0.22% | 0.94% | - |
| XYZ | 66.75 | 77.55 | 93.89 | - |
| YUV | 222.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 240 | 0.22 | 0.01 | 0 | 0.06 | 183.46 | 0.63 | 0.84 |
| Hex | BC | ED | F0 | 16 | 1 | 0 | 6 | B7 | 3F | 54 |
| Octal | 274 | 355 | 360 | 26 | 1 | 0 | 6 | 267 | 77 | 124 |
| Binary | 10111100 | 11101101 | 11110000 | 10110 | 1 | 0 | 110 | 10110111 | 111111 | 1010100 |
Color Harmonies of #BCEDF0
Complementary color
Monochromatic Colors of #BCEDF0
Black with #BCEDF0
Text Example
Text Example
White with #BCEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDF0; }
p { color: rgb(188,237,240); }
H1.HeaderClassName
{
color: #BCEDF0;
}
.AnyTagClassName
{
color: #BCEDF0;
}
</style>
background-color css
<style>
a { background-color: #BCEDF0; }
a { background-color: rgb(188,237,240); }
div.DivClassName
{
background-color: #BCEDF0;
}
.BgClassName
{
background-color: #BCEDF0;
}
</style>
border-color css
<style>
span { border-color: #BCEDF0; }
span { border-color: rgb(188,237,240); }
td.TdClassName
{
border-color: #BCEDF0;
}
.TagClassName
{
border-color: #BCEDF0;
}
</style>