Shades of Powder Blue #B2DBDB
Tints of Powder Blue #B2DBDB
RGB
CMYK
RGB Variations
Color information
#B2DBDB (or 0xB2DBDB) is known color: Powder Blue. HEX triplet: B2, DB and DB. RGB value is (178,219,219). Sum of RGB (Red+Green+Blue) = 178+219+219=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B2DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBDB is #4D2424. Grayscale: #CECECE. Windows color (decimal): -5055525 or 14408626. OLE color: 14408626.
HSL color Cylindrical-coordinate representation of color #B2DBDB: hue angle of 180º degrees, saturation: 0.36, 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 #B2DBDB is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 219 | 219 | - |
CMYK | 0.19 | 0 | 0 | 0.14 |
HSL | 180º | 0.36% | 0.78% | - |
HSV(B) | 180º | 0.19% | 0.86% | - |
XYZ | 56.48 | 65.24 | 76.63 | - |
YUV | 206.74 | 134.92 | 107.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 219 | 219 | 0.19 | 0 | 0 | 0.14 | 180 | 0.36 | 0.78 |
Hex | B2 | DB | DB | 13 | 0 | 0 | E | B4 | 24 | 4E |
Octal | 262 | 333 | 333 | 23 | 0 | 0 | 16 | 264 | 44 | 116 |
Binary | 10110010 | 11011011 | 11011011 | 10011 | 0 | 0 | 1110 | 10110100 | 100100 | 1001110 |
Color Harmonies of #B2DBDB
Complementary color
Monochromatic Colors of #B2DBDB
Black with #B2DBDB
Text Example
Text Example
White with #B2DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBDB; }
p { color: rgb(178,219,219); }
H1.HeaderClassName
{
color: #B2DBDB;
}
.AnyTagClassName
{
color: #B2DBDB;
}
</style>
background-color css
<style>
a { background-color: #B2DBDB; }
a { background-color: rgb(178,219,219); }
div.DivClassName
{
background-color: #B2DBDB;
}
.BgClassName
{
background-color: #B2DBDB;
}
</style>
border-color css
<style>
span { border-color: #B2DBDB; }
span { border-color: rgb(178,219,219); }
td.TdClassName
{
border-color: #B2DBDB;
}
.TagClassName
{
border-color: #B2DBDB;
}
</style>