Shades of Light Steel Blue #B1CCE1
Tints of Light Steel Blue #B1CCE1
RGB
CMYK
RGB Variations
Color information
#B1CCE1 (or 0xB1CCE1) is known color: Light Steel Blue. HEX triplet: B1, CC and E1. RGB value is (177,204,225). Sum of RGB (Red+Green+Blue) = 177+204+225=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1CCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCE1 is #4E331E. Grayscale: #C6C6C6. Windows color (decimal): -5124895 or 14798001. OLE color: 14798001.
HSL color Cylindrical-coordinate representation of color #B1CCE1: hue angle of 206.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CCE1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 204 | 225 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.12 |
| HSL | 206.25º | 0.44% | 0.79% | - |
| HSV(B) | 206.25º | 0.21% | 0.88% | - |
| XYZ | 53.31 | 57.97 | 79.61 | - |
| YUV | 198.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 225 | 0.21 | 0.09 | 0 | 0.12 | 206.25 | 0.44 | 0.79 |
| Hex | B1 | CC | E1 | 15 | 9 | 0 | C | CE | 2C | 4F |
| Octal | 261 | 314 | 341 | 25 | 11 | 0 | 14 | 316 | 54 | 117 |
| Binary | 10110001 | 11001100 | 11100001 | 10101 | 1001 | 0 | 1100 | 11001110 | 101100 | 1001111 |
Color Harmonies of #B1CCE1
Complementary color
Monochromatic Colors of #B1CCE1
Black with #B1CCE1
Text Example
Text Example
White with #B1CCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CCE1; }
p { color: rgb(177,204,225); }
H1.HeaderClassName
{
color: #B1CCE1;
}
.AnyTagClassName
{
color: #B1CCE1;
}
</style>
background-color css
<style>
a { background-color: #B1CCE1; }
a { background-color: rgb(177,204,225); }
div.DivClassName
{
background-color: #B1CCE1;
}
.BgClassName
{
background-color: #B1CCE1;
}
</style>
border-color css
<style>
span { border-color: #B1CCE1; }
span { border-color: rgb(177,204,225); }
td.TdClassName
{
border-color: #B1CCE1;
}
.TagClassName
{
border-color: #B1CCE1;
}
</style>