Shades of Powder Blue #BCDADE
Tints of Powder Blue #BCDADE
RGB
CMYK
RGB Variations
Color information
#BCDADE (or 0xBCDADE) is known color: Powder Blue. HEX triplet: BC, DA and DE. RGB value is (188,218,222). Sum of RGB (Red+Green+Blue) = 188+218+222=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDADE is #432521. Grayscale: #D1D1D1. Windows color (decimal): -4400418 or 14604988. OLE color: 14604988.
HSL color Cylindrical-coordinate representation of color #BCDADE: hue angle of 187.06º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDADE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 218 | 222 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.13 |
| HSL | 187.06º | 0.34% | 0.8% | - |
| HSV(B) | 187.06º | 0.15% | 0.87% | - |
| XYZ | 59 | 66.11 | 78.76 | - |
| YUV | 209.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 222 | 0.15 | 0.02 | 0 | 0.13 | 187.06 | 0.34 | 0.8 |
| Hex | BC | DA | DE | F | 2 | 0 | D | BB | 22 | 50 |
| Octal | 274 | 332 | 336 | 17 | 2 | 0 | 15 | 273 | 42 | 120 |
| Binary | 10111100 | 11011010 | 11011110 | 1111 | 10 | 0 | 1101 | 10111011 | 100010 | 1010000 |
Color Harmonies of #BCDADE
Complementary color
Monochromatic Colors of #BCDADE
Black with #BCDADE
Text Example
Text Example
White with #BCDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDADE; }
p { color: rgb(188,218,222); }
H1.HeaderClassName
{
color: #BCDADE;
}
.AnyTagClassName
{
color: #BCDADE;
}
</style>
background-color css
<style>
a { background-color: #BCDADE; }
a { background-color: rgb(188,218,222); }
div.DivClassName
{
background-color: #BCDADE;
}
.BgClassName
{
background-color: #BCDADE;
}
</style>
border-color css
<style>
span { border-color: #BCDADE; }
span { border-color: rgb(188,218,222); }
td.TdClassName
{
border-color: #BCDADE;
}
.TagClassName
{
border-color: #BCDADE;
}
</style>