Shades of Powder Blue #BDDDDF
Tints of Powder Blue #BDDDDF
RGB
CMYK
RGB Variations
Color information
#BDDDDF (or 0xBDDDDF) is known color: Powder Blue. HEX triplet: BD, DD and DF. RGB value is (189,221,223). Sum of RGB (Red+Green+Blue) = 189+221+223=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDDF is #422220. Grayscale: #D3D3D3. Windows color (decimal): -4334113 or 14671293. OLE color: 14671293.
HSL color Cylindrical-coordinate representation of color #BDDDDF: hue angle of 183.53º degrees, saturation: 0.35, 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 #BDDDDF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 223 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.13 |
| HSL | 183.53º | 0.35% | 0.81% | - |
| HSV(B) | 183.53º | 0.15% | 0.87% | - |
| XYZ | 60.16 | 67.86 | 79.74 | - |
| YUV | 211.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 223 | 0.15 | 0.01 | 0 | 0.13 | 183.53 | 0.35 | 0.81 |
| Hex | BD | DD | DF | F | 1 | 0 | D | B8 | 23 | 51 |
| Octal | 275 | 335 | 337 | 17 | 1 | 0 | 15 | 270 | 43 | 121 |
| Binary | 10111101 | 11011101 | 11011111 | 1111 | 1 | 0 | 1101 | 10111000 | 100011 | 1010001 |
Color Harmonies of #BDDDDF
Complementary color
Monochromatic Colors of #BDDDDF
Black with #BDDDDF
Text Example
Text Example
White with #BDDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDDF; }
p { color: rgb(189,221,223); }
H1.HeaderClassName
{
color: #BDDDDF;
}
.AnyTagClassName
{
color: #BDDDDF;
}
</style>
background-color css
<style>
a { background-color: #BDDDDF; }
a { background-color: rgb(189,221,223); }
div.DivClassName
{
background-color: #BDDDDF;
}
.BgClassName
{
background-color: #BDDDDF;
}
</style>
border-color css
<style>
span { border-color: #BDDDDF; }
span { border-color: rgb(189,221,223); }
td.TdClassName
{
border-color: #BDDDDF;
}
.TagClassName
{
border-color: #BDDDDF;
}
</style>