Shades of Powder Blue #BDDADC
Tints of Powder Blue #BDDADC
RGB
CMYK
RGB Variations
Color information
#BDDADC (or 0xBDDADC) is known color: Powder Blue. HEX triplet: BD, DA and DC. RGB value is (189,218,220). Sum of RGB (Red+Green+Blue) = 189+218+220=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDDADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDADC is #422523. Grayscale: #D1D1D1. Windows color (decimal): -4334884 or 14473917. OLE color: 14473917.
HSL color Cylindrical-coordinate representation of color #BDDADC: hue angle of 183.87º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDADC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 218 | 220 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.14 |
| HSL | 183.87º | 0.31% | 0.8% | - |
| HSV(B) | 183.87º | 0.14% | 0.86% | - |
| XYZ | 58.98 | 66.13 | 77.37 | - |
| YUV | 209.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 220 | 0.14 | 0.01 | 0 | 0.14 | 183.87 | 0.31 | 0.8 |
| Hex | BD | DA | DC | E | 1 | 0 | E | B8 | 1F | 50 |
| Octal | 275 | 332 | 334 | 16 | 1 | 0 | 16 | 270 | 37 | 120 |
| Binary | 10111101 | 11011010 | 11011100 | 1110 | 1 | 0 | 1110 | 10111000 | 11111 | 1010000 |
Color Harmonies of #BDDADC
Complementary color
Monochromatic Colors of #BDDADC
Black with #BDDADC
Text Example
Text Example
White with #BDDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDADC; }
p { color: rgb(189,218,220); }
H1.HeaderClassName
{
color: #BDDADC;
}
.AnyTagClassName
{
color: #BDDADC;
}
</style>
background-color css
<style>
a { background-color: #BDDADC; }
a { background-color: rgb(189,218,220); }
div.DivClassName
{
background-color: #BDDADC;
}
.BgClassName
{
background-color: #BDDADC;
}
</style>
border-color css
<style>
span { border-color: #BDDADC; }
span { border-color: rgb(189,218,220); }
td.TdClassName
{
border-color: #BDDADC;
}
.TagClassName
{
border-color: #BDDADC;
}
</style>