Shades of Onahau #BCEDF5
Tints of Onahau #BCEDF5
RGB
CMYK
RGB Variations
Color information
#BCEDF5 (or 0xBCEDF5) is known color: Onahau. HEX triplet: BC, ED and F5. RGB value is (188,237,245). Sum of RGB (Red+Green+Blue) = 188+237+245=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDF5 is #43120A. Grayscale: #DFDFDF. Windows color (decimal): -4395531 or 16117180. OLE color: 16117180.
HSL color Cylindrical-coordinate representation of color #BCEDF5: hue angle of 188.42º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCEDF5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 237 | 245 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.04 |
| HSL | 188.42º | 0.74% | 0.85% | - |
| HSV(B) | 188.42º | 0.23% | 0.96% | - |
| XYZ | 67.5 | 77.85 | 97.86 | - |
| YUV | 223.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 245 | 0.23 | 0.03 | 0 | 0.04 | 188.42 | 0.74 | 0.85 |
| Hex | BC | ED | F5 | 17 | 3 | 0 | 4 | BC | 4A | 55 |
| Octal | 274 | 355 | 365 | 27 | 3 | 0 | 4 | 274 | 112 | 125 |
| Binary | 10111100 | 11101101 | 11110101 | 10111 | 11 | 0 | 100 | 10111100 | 1001010 | 1010101 |
Color Harmonies of #BCEDF5
Complementary color
Monochromatic Colors of #BCEDF5
Black with #BCEDF5
Text Example
Text Example
White with #BCEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDF5; }
p { color: rgb(188,237,245); }
H1.HeaderClassName
{
color: #BCEDF5;
}
.AnyTagClassName
{
color: #BCEDF5;
}
</style>
background-color css
<style>
a { background-color: #BCEDF5; }
a { background-color: rgb(188,237,245); }
div.DivClassName
{
background-color: #BCEDF5;
}
.BgClassName
{
background-color: #BCEDF5;
}
</style>
border-color css
<style>
span { border-color: #BCEDF5; }
span { border-color: rgb(188,237,245); }
td.TdClassName
{
border-color: #BCEDF5;
}
.TagClassName
{
border-color: #BCEDF5;
}
</style>