Shades of Powder Blue #B7DADE
Tints of Powder Blue #B7DADE
RGB
CMYK
RGB Variations
Color information
#B7DADE (or 0xB7DADE) is known color: Powder Blue. HEX triplet: B7, DA and DE. RGB value is (183,218,222). Sum of RGB (Red+Green+Blue) = 183+218+222=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DADE is #482521. Grayscale: #CFCFCF. Windows color (decimal): -4728098 or 14604983. OLE color: 14604983.
HSL color Cylindrical-coordinate representation of color #B7DADE: hue angle of 186.15º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DADE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 218 | 222 | - |
CMYK | 0.18 | 0.02 | 0 | 0.13 |
HSL | 186.15º | 0.37% | 0.79% | - |
HSV(B) | 186.15º | 0.18% | 0.87% | - |
XYZ | 57.78 | 65.48 | 78.7 | - |
YUV | 207.99 | 135.9 | 110.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 218 | 222 | 0.18 | 0.02 | 0 | 0.13 | 186.15 | 0.37 | 0.79 |
Hex | B7 | DA | DE | 12 | 2 | 0 | D | BA | 25 | 4F |
Octal | 267 | 332 | 336 | 22 | 2 | 0 | 15 | 272 | 45 | 117 |
Binary | 10110111 | 11011010 | 11011110 | 10010 | 10 | 0 | 1101 | 10111010 | 100101 | 1001111 |
Color Harmonies of #B7DADE
Complementary color
Monochromatic Colors of #B7DADE
Black with #B7DADE
Text Example
Text Example
White with #B7DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DADE; }
p { color: rgb(183,218,222); }
H1.HeaderClassName
{
color: #B7DADE;
}
.AnyTagClassName
{
color: #B7DADE;
}
</style>
background-color css
<style>
a { background-color: #B7DADE; }
a { background-color: rgb(183,218,222); }
div.DivClassName
{
background-color: #B7DADE;
}
.BgClassName
{
background-color: #B7DADE;
}
</style>
border-color css
<style>
span { border-color: #B7DADE; }
span { border-color: rgb(183,218,222); }
td.TdClassName
{
border-color: #B7DADE;
}
.TagClassName
{
border-color: #B7DADE;
}
</style>