Shades of Onahau #BCDEEC
Tints of Onahau #BCDEEC
RGB
CMYK
RGB Variations
Color information
#BCDEEC (or 0xBCDEEC) is known color: Onahau. HEX triplet: BC, DE and EC. RGB value is (188,222,236). Sum of RGB (Red+Green+Blue) = 188+222+236=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEC is #432113. Grayscale: #D5D5D5. Windows color (decimal): -4399380 or 15523516. OLE color: 15523516.
HSL color Cylindrical-coordinate representation of color #BCDEEC: hue angle of 197.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDEEC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 222 | 236 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.07 |
| HSL | 197.5º | 0.56% | 0.83% | - |
| HSV(B) | 197.5º | 0.2% | 0.93% | - |
| XYZ | 62 | 68.99 | 89.41 | - |
| YUV | 213.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 236 | 0.20 | 0.06 | 0 | 0.07 | 197.5 | 0.56 | 0.83 |
| Hex | BC | DE | EC | 14 | 6 | 0 | 7 | C6 | 38 | 53 |
| Octal | 274 | 336 | 354 | 24 | 6 | 0 | 7 | 306 | 70 | 123 |
| Binary | 10111100 | 11011110 | 11101100 | 10100 | 110 | 0 | 111 | 11000110 | 111000 | 1010011 |
Color Harmonies of #BCDEEC
Complementary color
Monochromatic Colors of #BCDEEC
Black with #BCDEEC
Text Example
Text Example
White with #BCDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEEC; }
p { color: rgb(188,222,236); }
H1.HeaderClassName
{
color: #BCDEEC;
}
.AnyTagClassName
{
color: #BCDEEC;
}
</style>
background-color css
<style>
a { background-color: #BCDEEC; }
a { background-color: rgb(188,222,236); }
div.DivClassName
{
background-color: #BCDEEC;
}
.BgClassName
{
background-color: #BCDEEC;
}
</style>
border-color css
<style>
span { border-color: #BCDEEC; }
span { border-color: rgb(188,222,236); }
td.TdClassName
{
border-color: #BCDEEC;
}
.TagClassName
{
border-color: #BCDEEC;
}
</style>