Shades of Powder Blue #B5DCDC
Tints of Powder Blue #B5DCDC
RGB
CMYK
RGB Variations
Color information
#B5DCDC (or 0xB5DCDC) is known color: Powder Blue. HEX triplet: B5, DC and DC. RGB value is (181,220,220). Sum of RGB (Red+Green+Blue) = 181+220+220=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B5DCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCDC is #4A2323. Grayscale: #D0D0D0. Windows color (decimal): -4858660 or 14474421. OLE color: 14474421.
HSL color Cylindrical-coordinate representation of color #B5DCDC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCDC is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 220 | - |
| CMYK | 0.18 | 0 | 0 | 0.14 |
| HSL | 180º | 0.36% | 0.79% | - |
| HSV(B) | 180º | 0.18% | 0.86% | - |
| XYZ | 57.57 | 66.18 | 77.45 | - |
| YUV | 208.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 220 | 0.18 | 0 | 0 | 0.14 | 180 | 0.36 | 0.79 |
| Hex | B5 | DC | DC | 12 | 0 | 0 | E | B4 | 24 | 4F |
| Octal | 265 | 334 | 334 | 22 | 0 | 0 | 16 | 264 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11011100 | 10010 | 0 | 0 | 1110 | 10110100 | 100100 | 1001111 |
Color Harmonies of #B5DCDC
Complementary color
Monochromatic Colors of #B5DCDC
Black with #B5DCDC
Text Example
Text Example
White with #B5DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCDC; }
p { color: rgb(181,220,220); }
H1.HeaderClassName
{
color: #B5DCDC;
}
.AnyTagClassName
{
color: #B5DCDC;
}
</style>
background-color css
<style>
a { background-color: #B5DCDC; }
a { background-color: rgb(181,220,220); }
div.DivClassName
{
background-color: #B5DCDC;
}
.BgClassName
{
background-color: #B5DCDC;
}
</style>
border-color css
<style>
span { border-color: #B5DCDC; }
span { border-color: rgb(181,220,220); }
td.TdClassName
{
border-color: #B5DCDC;
}
.TagClassName
{
border-color: #B5DCDC;
}
</style>