Shades of Powder Blue #B6DBDB
Tints of Powder Blue #B6DBDB
RGB
CMYK
RGB Variations
Color information
#B6DBDB (or 0xB6DBDB) is known color: Powder Blue. HEX triplet: B6, DB and DB. RGB value is (182,219,219). Sum of RGB (Red+Green+Blue) = 182+219+219=620 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.35% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #B6DBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBDB is #492424. Grayscale: #CFCFCF. Windows color (decimal): -4793381 or 14408630. OLE color: 14408630.
HSL color Cylindrical-coordinate representation of color #B6DBDB: hue angle of 180º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DBDB is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 182 | 219 | 219 | - |
CMYK | 0.17 | 0 | 0 | 0.14 |
HSL | 180º | 0.34% | 0.79% | - |
HSV(B) | 180º | 0.17% | 0.86% | - |
XYZ | 57.41 | 65.72 | 76.68 | - |
YUV | 207.94 | 134.24 | 109.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 219 | 219 | 0.17 | 0 | 0 | 0.14 | 180 | 0.34 | 0.79 |
Hex | B6 | DB | DB | 11 | 0 | 0 | E | B4 | 22 | 4F |
Octal | 266 | 333 | 333 | 21 | 0 | 0 | 16 | 264 | 42 | 117 |
Binary | 10110110 | 11011011 | 11011011 | 10001 | 0 | 0 | 1110 | 10110100 | 100010 | 1001111 |
Color Harmonies of #B6DBDB
Complementary color
Monochromatic Colors of #B6DBDB
Black with #B6DBDB
Text Example
Text Example
White with #B6DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBDB; }
p { color: rgb(182,219,219); }
H1.HeaderClassName
{
color: #B6DBDB;
}
.AnyTagClassName
{
color: #B6DBDB;
}
</style>
background-color css
<style>
a { background-color: #B6DBDB; }
a { background-color: rgb(182,219,219); }
div.DivClassName
{
background-color: #B6DBDB;
}
.BgClassName
{
background-color: #B6DBDB;
}
</style>
border-color css
<style>
span { border-color: #B6DBDB; }
span { border-color: rgb(182,219,219); }
td.TdClassName
{
border-color: #B6DBDB;
}
.TagClassName
{
border-color: #B6DBDB;
}
</style>