Shades of Light Steel Blue #B4BDD7
Tints of Light Steel Blue #B4BDD7
RGB
CMYK
RGB Variations
Color information
#B4BDD7 (or 0xB4BDD7) is known color: Light Steel Blue. HEX triplet: B4, BD and D7. RGB value is (180,189,215). Sum of RGB (Red+Green+Blue) = 180+189+215=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDD7 is #4B4228. Grayscale: #BDBDBD. Windows color (decimal): -4932137 or 14138804. OLE color: 14138804.
HSL color Cylindrical-coordinate representation of color #B4BDD7: hue angle of 224.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4BDD7 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 189 | 215 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.16 |
| HSL | 224.57º | 0.3% | 0.77% | - |
| HSV(B) | 224.57º | 0.16% | 0.84% | - |
| XYZ | 49.29 | 51 | 71.54 | - |
| YUV | 189.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 215 | 0.16 | 0.12 | 0 | 0.16 | 224.57 | 0.3 | 0.77 |
| Hex | B4 | BD | D7 | 10 | C | 0 | 10 | E1 | 1E | 4D |
| Octal | 264 | 275 | 327 | 20 | 14 | 0 | 20 | 341 | 36 | 115 |
| Binary | 10110100 | 10111101 | 11010111 | 10000 | 1100 | 0 | 10000 | 11100001 | 11110 | 1001101 |
Color Harmonies of #B4BDD7
Complementary color
Monochromatic Colors of #B4BDD7
Black with #B4BDD7
Text Example
Text Example
White with #B4BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDD7; }
p { color: rgb(180,189,215); }
H1.HeaderClassName
{
color: #B4BDD7;
}
.AnyTagClassName
{
color: #B4BDD7;
}
</style>
background-color css
<style>
a { background-color: #B4BDD7; }
a { background-color: rgb(180,189,215); }
div.DivClassName
{
background-color: #B4BDD7;
}
.BgClassName
{
background-color: #B4BDD7;
}
</style>
border-color css
<style>
span { border-color: #B4BDD7; }
span { border-color: rgb(180,189,215); }
td.TdClassName
{
border-color: #B4BDD7;
}
.TagClassName
{
border-color: #B4BDD7;
}
</style>