Shades of Powder Blue #B4D3D7
Tints of Powder Blue #B4D3D7
RGB
CMYK
RGB Variations
Color information
#B4D3D7 (or 0xB4D3D7) is known color: Powder Blue. HEX triplet: B4, D3 and D7. RGB value is (180,211,215). Sum of RGB (Red+Green+Blue) = 180+211+215=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4D3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3D7 is #4B2C28. Grayscale: #CACACA. Windows color (decimal): -4926505 or 14144436. OLE color: 14144436.
HSL color Cylindrical-coordinate representation of color #B4D3D7: hue angle of 186.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D3D7 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 211 | 215 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.16 |
| HSL | 186.86º | 0.3% | 0.77% | - |
| HSV(B) | 186.86º | 0.16% | 0.84% | - |
| XYZ | 54.38 | 61.2 | 73.24 | - |
| YUV | 202.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 215 | 0.16 | 0.02 | 0 | 0.16 | 186.86 | 0.3 | 0.77 |
| Hex | B4 | D3 | D7 | 10 | 2 | 0 | 10 | BB | 1E | 4D |
| Octal | 264 | 323 | 327 | 20 | 2 | 0 | 20 | 273 | 36 | 115 |
| Binary | 10110100 | 11010011 | 11010111 | 10000 | 10 | 0 | 10000 | 10111011 | 11110 | 1001101 |
Color Harmonies of #B4D3D7
Complementary color
Monochromatic Colors of #B4D3D7
Black with #B4D3D7
Text Example
Text Example
White with #B4D3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3D7; }
p { color: rgb(180,211,215); }
H1.HeaderClassName
{
color: #B4D3D7;
}
.AnyTagClassName
{
color: #B4D3D7;
}
</style>
background-color css
<style>
a { background-color: #B4D3D7; }
a { background-color: rgb(180,211,215); }
div.DivClassName
{
background-color: #B4D3D7;
}
.BgClassName
{
background-color: #B4D3D7;
}
</style>
border-color css
<style>
span { border-color: #B4D3D7; }
span { border-color: rgb(180,211,215); }
td.TdClassName
{
border-color: #B4D3D7;
}
.TagClassName
{
border-color: #B4D3D7;
}
</style>