Shades of Powder Blue #B1DCDD
Tints of Powder Blue #B1DCDD
RGB
CMYK
RGB Variations
Color information
#B1DCDD (or 0xB1DCDD) is known color: Powder Blue. HEX triplet: B1, DC and DD. RGB value is (177,220,221). Sum of RGB (Red+Green+Blue) = 177+220+221=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDD is #4E2322. Grayscale: #CFCFCF. Windows color (decimal): -5120803 or 14539953. OLE color: 14539953.
HSL color Cylindrical-coordinate representation of color #B1DCDD: hue angle of 181.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCDD is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 220 | 221 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.13 |
| HSL | 181.36º | 0.39% | 0.78% | - |
| HSV(B) | 181.36º | 0.2% | 0.87% | - |
| XYZ | 56.78 | 65.75 | 78.11 | - |
| YUV | 207.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 221 | 0.20 | 0.00 | 0 | 0.13 | 181.36 | 0.39 | 0.78 |
| Hex | B1 | DC | DD | 14 | 0 | 0 | D | B5 | 27 | 4E |
| Octal | 261 | 334 | 335 | 24 | 0 | 0 | 15 | 265 | 47 | 116 |
| Binary | 10110001 | 11011100 | 11011101 | 10100 | 0 | 0 | 1101 | 10110101 | 100111 | 1001110 |
Color Harmonies of #B1DCDD
Complementary color
Monochromatic Colors of #B1DCDD
Black with #B1DCDD
Text Example
Text Example
White with #B1DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCDD; }
p { color: rgb(177,220,221); }
H1.HeaderClassName
{
color: #B1DCDD;
}
.AnyTagClassName
{
color: #B1DCDD;
}
</style>
background-color css
<style>
a { background-color: #B1DCDD; }
a { background-color: rgb(177,220,221); }
div.DivClassName
{
background-color: #B1DCDD;
}
.BgClassName
{
background-color: #B1DCDD;
}
</style>
border-color css
<style>
span { border-color: #B1DCDD; }
span { border-color: rgb(177,220,221); }
td.TdClassName
{
border-color: #B1DCDD;
}
.TagClassName
{
border-color: #B1DCDD;
}
</style>