Shades of Powder Blue #B5DADE
Tints of Powder Blue #B5DADE
RGB
CMYK
RGB Variations
Color information
#B5DADE (or 0xB5DADE) is known color: Powder Blue. HEX triplet: B5, DA and DE. RGB value is (181,218,222). Sum of RGB (Red+Green+Blue) = 181+218+222=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DADE is #4A2521. Grayscale: #CFCFCF. Windows color (decimal): -4859170 or 14604981. OLE color: 14604981.
HSL color Cylindrical-coordinate representation of color #B5DADE: hue angle of 185.85º degrees, saturation: 0.38, 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 #B5DADE is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 218 | 222 | - |
CMYK | 0.18 | 0.02 | 0 | 0.13 |
HSL | 185.85º | 0.38% | 0.79% | - |
HSV(B) | 185.85º | 0.18% | 0.87% | - |
XYZ | 57.31 | 65.24 | 78.68 | - |
YUV | 207.39 | 136.24 | 109.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 222 | 0.18 | 0.02 | 0 | 0.13 | 185.85 | 0.38 | 0.79 |
Hex | B5 | DA | DE | 12 | 2 | 0 | D | BA | 26 | 4F |
Octal | 265 | 332 | 336 | 22 | 2 | 0 | 15 | 272 | 46 | 117 |
Binary | 10110101 | 11011010 | 11011110 | 10010 | 10 | 0 | 1101 | 10111010 | 100110 | 1001111 |
Color Harmonies of #B5DADE
Complementary color
Monochromatic Colors of #B5DADE
Black with #B5DADE
Text Example
Text Example
White with #B5DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DADE; }
p { color: rgb(181,218,222); }
H1.HeaderClassName
{
color: #B5DADE;
}
.AnyTagClassName
{
color: #B5DADE;
}
</style>
background-color css
<style>
a { background-color: #B5DADE; }
a { background-color: rgb(181,218,222); }
div.DivClassName
{
background-color: #B5DADE;
}
.BgClassName
{
background-color: #B5DADE;
}
</style>
border-color css
<style>
span { border-color: #B5DADE; }
span { border-color: rgb(181,218,222); }
td.TdClassName
{
border-color: #B5DADE;
}
.TagClassName
{
border-color: #B5DADE;
}
</style>