Shades of Powder Blue #BDDCDE
Tints of Powder Blue #BDDCDE
RGB
CMYK
RGB Variations
Color information
#BDDCDE (or 0xBDDCDE) is known color: Powder Blue. HEX triplet: BD, DC and DE. RGB value is (189,220,222). Sum of RGB (Red+Green+Blue) = 189+220+222=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCDE is #422321. Grayscale: #D2D2D2. Windows color (decimal): -4334370 or 14605501. OLE color: 14605501.
HSL color Cylindrical-coordinate representation of color #BDDCDE: hue angle of 183.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDCDE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 220 | 222 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.13 |
| HSL | 183.64º | 0.33% | 0.81% | - |
| HSV(B) | 183.64º | 0.15% | 0.87% | - |
| XYZ | 59.76 | 67.28 | 78.94 | - |
| YUV | 210.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 222 | 0.15 | 0.01 | 0 | 0.13 | 183.64 | 0.33 | 0.81 |
| Hex | BD | DC | DE | F | 1 | 0 | D | B8 | 21 | 51 |
| Octal | 275 | 334 | 336 | 17 | 1 | 0 | 15 | 270 | 41 | 121 |
| Binary | 10111101 | 11011100 | 11011110 | 1111 | 1 | 0 | 1101 | 10111000 | 100001 | 1010001 |
Color Harmonies of #BDDCDE
Complementary color
Monochromatic Colors of #BDDCDE
Black with #BDDCDE
Text Example
Text Example
White with #BDDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCDE; }
p { color: rgb(189,220,222); }
H1.HeaderClassName
{
color: #BDDCDE;
}
.AnyTagClassName
{
color: #BDDCDE;
}
</style>
background-color css
<style>
a { background-color: #BDDCDE; }
a { background-color: rgb(189,220,222); }
div.DivClassName
{
background-color: #BDDCDE;
}
.BgClassName
{
background-color: #BDDCDE;
}
</style>
border-color css
<style>
span { border-color: #BDDCDE; }
span { border-color: rgb(189,220,222); }
td.TdClassName
{
border-color: #BDDCDE;
}
.TagClassName
{
border-color: #BDDCDE;
}
</style>