Shades of Onahau #BCDEED
Tints of Onahau #BCDEED
RGB
CMYK
RGB Variations
Color information
#BCDEED (or 0xBCDEED) is known color: Onahau. HEX triplet: BC, DE and ED. RGB value is (188,222,237). Sum of RGB (Red+Green+Blue) = 188+222+237=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEED is #432112. Grayscale: #D5D5D5. Windows color (decimal): -4399379 or 15589052. OLE color: 15589052.
HSL color Cylindrical-coordinate representation of color #BCDEED: hue angle of 198.37º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDEED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 222 | 237 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 198.37º | 0.58% | 0.83% | - |
| HSV(B) | 198.37º | 0.21% | 0.93% | - |
| XYZ | 62.15 | 69.05 | 90.17 | - |
| YUV | 213.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 237 | 0.21 | 0.06 | 0 | 0.07 | 198.37 | 0.58 | 0.83 |
| Hex | BC | DE | ED | 15 | 6 | 0 | 7 | C6 | 3A | 53 |
| Octal | 274 | 336 | 355 | 25 | 6 | 0 | 7 | 306 | 72 | 123 |
| Binary | 10111100 | 11011110 | 11101101 | 10101 | 110 | 0 | 111 | 11000110 | 111010 | 1010011 |
Color Harmonies of #BCDEED
Complementary color
Monochromatic Colors of #BCDEED
Black with #BCDEED
Text Example
Text Example
White with #BCDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEED; }
p { color: rgb(188,222,237); }
H1.HeaderClassName
{
color: #BCDEED;
}
.AnyTagClassName
{
color: #BCDEED;
}
</style>
background-color css
<style>
a { background-color: #BCDEED; }
a { background-color: rgb(188,222,237); }
div.DivClassName
{
background-color: #BCDEED;
}
.BgClassName
{
background-color: #BCDEED;
}
</style>
border-color css
<style>
span { border-color: #BCDEED; }
span { border-color: rgb(188,222,237); }
td.TdClassName
{
border-color: #BCDEED;
}
.TagClassName
{
border-color: #BCDEED;
}
</style>