Shades of Powder Blue #B4DADB
Tints of Powder Blue #B4DADB
RGB
CMYK
RGB Variations
Color information
#B4DADB (or 0xB4DADB) is known color: Powder Blue. HEX triplet: B4, DA and DB. RGB value is (180,218,219). Sum of RGB (Red+Green+Blue) = 180+218+219=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DADB is #4B2524. Grayscale: #CECECE. Windows color (decimal): -4924709 or 14408372. OLE color: 14408372.
HSL color Cylindrical-coordinate representation of color #B4DADB: hue angle of 181.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DADB is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 180 | 218 | 219 | - |
CMYK | 0.18 | 0.00 | 0 | 0.14 |
HSL | 181.54º | 0.35% | 0.78% | - |
HSV(B) | 181.54º | 0.18% | 0.86% | - |
XYZ | 56.68 | 64.96 | 76.57 | - |
YUV | 206.75 | 134.91 | 108.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 218 | 219 | 0.18 | 0.00 | 0 | 0.14 | 181.54 | 0.35 | 0.78 |
Hex | B4 | DA | DB | 12 | 0 | 0 | E | B6 | 23 | 4E |
Octal | 264 | 332 | 333 | 22 | 0 | 0 | 16 | 266 | 43 | 116 |
Binary | 10110100 | 11011010 | 11011011 | 10010 | 0 | 0 | 1110 | 10110110 | 100011 | 1001110 |
Color Harmonies of #B4DADB
Complementary color
Monochromatic Colors of #B4DADB
Black with #B4DADB
Text Example
Text Example
White with #B4DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DADB; }
p { color: rgb(180,218,219); }
H1.HeaderClassName
{
color: #B4DADB;
}
.AnyTagClassName
{
color: #B4DADB;
}
</style>
background-color css
<style>
a { background-color: #B4DADB; }
a { background-color: rgb(180,218,219); }
div.DivClassName
{
background-color: #B4DADB;
}
.BgClassName
{
background-color: #B4DADB;
}
</style>
border-color css
<style>
span { border-color: #B4DADB; }
span { border-color: rgb(180,218,219); }
td.TdClassName
{
border-color: #B4DADB;
}
.TagClassName
{
border-color: #B4DADB;
}
</style>