Shades of Powder Blue #B4DCDC
Tints of Powder Blue #B4DCDC
RGB
CMYK
RGB Variations
Color information
#B4DCDC (or 0xB4DCDC) is known color: Powder Blue. HEX triplet: B4, DC and DC. RGB value is (180,220,220). Sum of RGB (Red+Green+Blue) = 180+220+220=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B4DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCDC is #4B2323. Grayscale: #CFCFCF. Windows color (decimal): -4924196 or 14474420. OLE color: 14474420.
HSL color Cylindrical-coordinate representation of color #B4DCDC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCDC is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 220 | - |
| CMYK | 0.18 | 0 | 0 | 0.14 |
| HSL | 180º | 0.36% | 0.78% | - |
| HSV(B) | 180º | 0.18% | 0.86% | - |
| XYZ | 57.33 | 66.06 | 77.44 | - |
| YUV | 208.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 220 | 0.18 | 0 | 0 | 0.14 | 180 | 0.36 | 0.78 |
| Hex | B4 | DC | DC | 12 | 0 | 0 | E | B4 | 24 | 4E |
| Octal | 264 | 334 | 334 | 22 | 0 | 0 | 16 | 264 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11011100 | 10010 | 0 | 0 | 1110 | 10110100 | 100100 | 1001110 |
Color Harmonies of #B4DCDC
Complementary color
Monochromatic Colors of #B4DCDC
Black with #B4DCDC
Text Example
Text Example
White with #B4DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCDC; }
p { color: rgb(180,220,220); }
H1.HeaderClassName
{
color: #B4DCDC;
}
.AnyTagClassName
{
color: #B4DCDC;
}
</style>
background-color css
<style>
a { background-color: #B4DCDC; }
a { background-color: rgb(180,220,220); }
div.DivClassName
{
background-color: #B4DCDC;
}
.BgClassName
{
background-color: #B4DCDC;
}
</style>
border-color css
<style>
span { border-color: #B4DCDC; }
span { border-color: rgb(180,220,220); }
td.TdClassName
{
border-color: #B4DCDC;
}
.TagClassName
{
border-color: #B4DCDC;
}
</style>