Shades of Powder Blue #B2DCDC
Tints of Powder Blue #B2DCDC
RGB
CMYK
RGB Variations
Color information
#B2DCDC (or 0xB2DCDC) is known color: Powder Blue. HEX triplet: B2, DC and DC. RGB value is (178,220,220). Sum of RGB (Red+Green+Blue) = 178+220+220=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #B2DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCDC is #4D2323. Grayscale: #CFCFCF. Windows color (decimal): -5055268 or 14474418. OLE color: 14474418.
HSL color Cylindrical-coordinate representation of color #B2DCDC: hue angle of 180º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCDC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 220 | 220 | - |
CMYK | 0.19 | 0 | 0 | 0.14 |
HSL | 180º | 0.38% | 0.78% | - |
HSV(B) | 180º | 0.19% | 0.86% | - |
XYZ | 56.87 | 65.82 | 77.42 | - |
YUV | 207.44 | 135.09 | 107 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 220 | 220 | 0.19 | 0 | 0 | 0.14 | 180 | 0.38 | 0.78 |
Hex | B2 | DC | DC | 13 | 0 | 0 | E | B4 | 26 | 4E |
Octal | 262 | 334 | 334 | 23 | 0 | 0 | 16 | 264 | 46 | 116 |
Binary | 10110010 | 11011100 | 11011100 | 10011 | 0 | 0 | 1110 | 10110100 | 100110 | 1001110 |
Color Harmonies of #B2DCDC
Complementary color
Monochromatic Colors of #B2DCDC
Black with #B2DCDC
Text Example
Text Example
White with #B2DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCDC; }
p { color: rgb(178,220,220); }
H1.HeaderClassName
{
color: #B2DCDC;
}
.AnyTagClassName
{
color: #B2DCDC;
}
</style>
background-color css
<style>
a { background-color: #B2DCDC; }
a { background-color: rgb(178,220,220); }
div.DivClassName
{
background-color: #B2DCDC;
}
.BgClassName
{
background-color: #B2DCDC;
}
</style>
border-color css
<style>
span { border-color: #B2DCDC; }
span { border-color: rgb(178,220,220); }
td.TdClassName
{
border-color: #B2DCDC;
}
.TagClassName
{
border-color: #B2DCDC;
}
</style>