Shades of Powder Blue #B7DEE6
Tints of Powder Blue #B7DEE6
RGB
CMYK
RGB Variations
Color information
#B7DEE6 (or 0xB7DEE6) is known color: Powder Blue. HEX triplet: B7, DE and E6. RGB value is (183,222,230). Sum of RGB (Red+Green+Blue) = 183+222+230=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DEE6 is #482119. Grayscale: #D3D3D3. Windows color (decimal): -4727066 or 15130295. OLE color: 15130295.
HSL color Cylindrical-coordinate representation of color #B7DEE6: hue angle of 190.21º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7DEE6 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 183 | 222 | 230 | - |
CMYK | 0.20 | 0.03 | 0 | 0.10 |
HSL | 190.21º | 0.48% | 0.81% | - |
HSV(B) | 190.21º | 0.2% | 0.9% | - |
XYZ | 59.93 | 68.02 | 84.83 | - |
YUV | 211.25 | 138.58 | 107.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 222 | 230 | 0.20 | 0.03 | 0 | 0.10 | 190.21 | 0.48 | 0.81 |
Hex | B7 | DE | E6 | 14 | 3 | 0 | A | BE | 30 | 51 |
Octal | 267 | 336 | 346 | 24 | 3 | 0 | 12 | 276 | 60 | 121 |
Binary | 10110111 | 11011110 | 11100110 | 10100 | 11 | 0 | 1010 | 10111110 | 110000 | 1010001 |
Color Harmonies of #B7DEE6
Complementary color
Monochromatic Colors of #B7DEE6
Black with #B7DEE6
Text Example
Text Example
White with #B7DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DEE6; }
p { color: rgb(183,222,230); }
H1.HeaderClassName
{
color: #B7DEE6;
}
.AnyTagClassName
{
color: #B7DEE6;
}
</style>
background-color css
<style>
a { background-color: #B7DEE6; }
a { background-color: rgb(183,222,230); }
div.DivClassName
{
background-color: #B7DEE6;
}
.BgClassName
{
background-color: #B7DEE6;
}
</style>
border-color css
<style>
span { border-color: #B7DEE6; }
span { border-color: rgb(183,222,230); }
td.TdClassName
{
border-color: #B7DEE6;
}
.TagClassName
{
border-color: #B7DEE6;
}
</style>