Shades of Powder Blue #B2DBDD
Tints of Powder Blue #B2DBDD
RGB
CMYK
RGB Variations
Color information
#B2DBDD (or 0xB2DBDD) is known color: Powder Blue. HEX triplet: B2, DB and DD. RGB value is (178,219,221). Sum of RGB (Red+Green+Blue) = 178+219+221=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 219 (85.94% from 255 or 35.44% 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 #B2DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDD is #4D2422. Grayscale: #CECECE. Windows color (decimal): -5055523 or 14539698. OLE color: 14539698.
HSL color Cylindrical-coordinate representation of color #B2DBDD: hue angle of 182.79º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBDD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 219 | 221 | - |
CMYK | 0.19 | 0.01 | 0 | 0.13 |
HSL | 182.79º | 0.39% | 0.78% | - |
HSV(B) | 182.79º | 0.19% | 0.87% | - |
XYZ | 56.74 | 65.35 | 78.03 | - |
YUV | 206.97 | 135.92 | 107.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 219 | 221 | 0.19 | 0.01 | 0 | 0.13 | 182.79 | 0.39 | 0.78 |
Hex | B2 | DB | DD | 13 | 1 | 0 | D | B7 | 27 | 4E |
Octal | 262 | 333 | 335 | 23 | 1 | 0 | 15 | 267 | 47 | 116 |
Binary | 10110010 | 11011011 | 11011101 | 10011 | 1 | 0 | 1101 | 10110111 | 100111 | 1001110 |
Color Harmonies of #B2DBDD
Complementary color
Monochromatic Colors of #B2DBDD
Black with #B2DBDD
Text Example
Text Example
White with #B2DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBDD; }
p { color: rgb(178,219,221); }
H1.HeaderClassName
{
color: #B2DBDD;
}
.AnyTagClassName
{
color: #B2DBDD;
}
</style>
background-color css
<style>
a { background-color: #B2DBDD; }
a { background-color: rgb(178,219,221); }
div.DivClassName
{
background-color: #B2DBDD;
}
.BgClassName
{
background-color: #B2DBDD;
}
</style>
border-color css
<style>
span { border-color: #B2DBDD; }
span { border-color: rgb(178,219,221); }
td.TdClassName
{
border-color: #B2DBDD;
}
.TagClassName
{
border-color: #B2DBDD;
}
</style>