Shades of Powder Blue #B1DCDE
Tints of Powder Blue #B1DCDE
RGB
CMYK
RGB Variations
Color information
#B1DCDE (or 0xB1DCDE) is known color: Powder Blue. HEX triplet: B1, DC and DE. RGB value is (177,220,222). Sum of RGB (Red+Green+Blue) = 177+220+222=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCDE is #4E2321. Grayscale: #CFCFCF. Windows color (decimal): -5120802 or 14605489. OLE color: 14605489.
HSL color Cylindrical-coordinate representation of color #B1DCDE: hue angle of 182.67º degrees, saturation: 0.41, 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 #B1DCDE is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 220 | 222 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.13 |
| HSL | 182.67º | 0.41% | 0.78% | - |
| HSV(B) | 182.67º | 0.2% | 0.87% | - |
| XYZ | 56.91 | 65.81 | 78.81 | - |
| YUV | 207.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 222 | 0.20 | 0.01 | 0 | 0.13 | 182.67 | 0.41 | 0.78 |
| Hex | B1 | DC | DE | 14 | 1 | 0 | D | B7 | 29 | 4E |
| Octal | 261 | 334 | 336 | 24 | 1 | 0 | 15 | 267 | 51 | 116 |
| Binary | 10110001 | 11011100 | 11011110 | 10100 | 1 | 0 | 1101 | 10110111 | 101001 | 1001110 |
Color Harmonies of #B1DCDE
Complementary color
Monochromatic Colors of #B1DCDE
Black with #B1DCDE
Text Example
Text Example
White with #B1DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCDE; }
p { color: rgb(177,220,222); }
H1.HeaderClassName
{
color: #B1DCDE;
}
.AnyTagClassName
{
color: #B1DCDE;
}
</style>
background-color css
<style>
a { background-color: #B1DCDE; }
a { background-color: rgb(177,220,222); }
div.DivClassName
{
background-color: #B1DCDE;
}
.BgClassName
{
background-color: #B1DCDE;
}
</style>
border-color css
<style>
span { border-color: #B1DCDE; }
span { border-color: rgb(177,220,222); }
td.TdClassName
{
border-color: #B1DCDE;
}
.TagClassName
{
border-color: #B1DCDE;
}
</style>