Shades of Powder Blue #BCDADC
Tints of Powder Blue #BCDADC
RGB
CMYK
RGB Variations
Color information
#BCDADC (or 0xBCDADC) is known color: Powder Blue. HEX triplet: BC, DA and DC. RGB value is (188,218,220). Sum of RGB (Red+Green+Blue) = 188+218+220=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDADC is #432523. Grayscale: #D1D1D1. Windows color (decimal): -4400420 or 14473916. OLE color: 14473916.
HSL color Cylindrical-coordinate representation of color #BCDADC: hue angle of 183.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDADC is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 218 | 220 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.14 |
| HSL | 183.75º | 0.31% | 0.8% | - |
| HSV(B) | 183.75º | 0.15% | 0.86% | - |
| XYZ | 58.73 | 66 | 77.35 | - |
| YUV | 209.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 220 | 0.15 | 0.01 | 0 | 0.14 | 183.75 | 0.31 | 0.8 |
| Hex | BC | DA | DC | F | 1 | 0 | E | B8 | 1F | 50 |
| Octal | 274 | 332 | 334 | 17 | 1 | 0 | 16 | 270 | 37 | 120 |
| Binary | 10111100 | 11011010 | 11011100 | 1111 | 1 | 0 | 1110 | 10111000 | 11111 | 1010000 |
Color Harmonies of #BCDADC
Complementary color
Monochromatic Colors of #BCDADC
Black with #BCDADC
Text Example
Text Example
White with #BCDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDADC; }
p { color: rgb(188,218,220); }
H1.HeaderClassName
{
color: #BCDADC;
}
.AnyTagClassName
{
color: #BCDADC;
}
</style>
background-color css
<style>
a { background-color: #BCDADC; }
a { background-color: rgb(188,218,220); }
div.DivClassName
{
background-color: #BCDADC;
}
.BgClassName
{
background-color: #BCDADC;
}
</style>
border-color css
<style>
span { border-color: #BCDADC; }
span { border-color: rgb(188,218,220); }
td.TdClassName
{
border-color: #BCDADC;
}
.TagClassName
{
border-color: #BCDADC;
}
</style>