Shades of Powder Blue #B7DCDC
Tints of Powder Blue #B7DCDC
RGB
CMYK
RGB Variations
Color information
#B7DCDC (or 0xB7DCDC) is known color: Powder Blue. HEX triplet: B7, DC and DC. RGB value is (183,220,220). Sum of RGB (Red+Green+Blue) = 183+220+220=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B7DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCDC is #482323. Grayscale: #D0D0D0. Windows color (decimal): -4727588 or 14474423. OLE color: 14474423.
HSL color Cylindrical-coordinate representation of color #B7DCDC: hue angle of 180º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCDC is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 220 | - |
| CMYK | 0.17 | 0 | 0 | 0.14 |
| HSL | 180º | 0.35% | 0.79% | - |
| HSV(B) | 180º | 0.17% | 0.86% | - |
| XYZ | 58.04 | 66.42 | 77.47 | - |
| YUV | 208.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 220 | 0.17 | 0 | 0 | 0.14 | 180 | 0.35 | 0.79 |
| Hex | B7 | DC | DC | 11 | 0 | 0 | E | B4 | 23 | 4F |
| Octal | 267 | 334 | 334 | 21 | 0 | 0 | 16 | 264 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11011100 | 10001 | 0 | 0 | 1110 | 10110100 | 100011 | 1001111 |
Color Harmonies of #B7DCDC
Complementary color
Monochromatic Colors of #B7DCDC
Black with #B7DCDC
Text Example
Text Example
White with #B7DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCDC; }
p { color: rgb(183,220,220); }
H1.HeaderClassName
{
color: #B7DCDC;
}
.AnyTagClassName
{
color: #B7DCDC;
}
</style>
background-color css
<style>
a { background-color: #B7DCDC; }
a { background-color: rgb(183,220,220); }
div.DivClassName
{
background-color: #B7DCDC;
}
.BgClassName
{
background-color: #B7DCDC;
}
</style>
border-color css
<style>
span { border-color: #B7DCDC; }
span { border-color: rgb(183,220,220); }
td.TdClassName
{
border-color: #B7DCDC;
}
.TagClassName
{
border-color: #B7DCDC;
}
</style>