Shades of Light Steel Blue #B2CBDF
Tints of Light Steel Blue #B2CBDF
RGB
CMYK
RGB Variations
Color information
#B2CBDF (or 0xB2CBDF) is known color: Light Steel Blue. HEX triplet: B2, CB and DF. RGB value is (178,203,223). Sum of RGB (Red+Green+Blue) = 178+203+223=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBDF is #4D3420. Grayscale: #C5C5C5. Windows color (decimal): -5059617 or 14666674. OLE color: 14666674.
HSL color Cylindrical-coordinate representation of color #B2CBDF: hue angle of 206.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CBDF is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 203 | 223 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.13 |
| HSL | 206.67º | 0.41% | 0.79% | - |
| HSV(B) | 206.67º | 0.2% | 0.87% | - |
| XYZ | 53.04 | 57.5 | 78.12 | - |
| YUV | 197.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 223 | 0.20 | 0.09 | 0 | 0.13 | 206.67 | 0.41 | 0.79 |
| Hex | B2 | CB | DF | 14 | 9 | 0 | D | CF | 29 | 4F |
| Octal | 262 | 313 | 337 | 24 | 11 | 0 | 15 | 317 | 51 | 117 |
| Binary | 10110010 | 11001011 | 11011111 | 10100 | 1001 | 0 | 1101 | 11001111 | 101001 | 1001111 |
Color Harmonies of #B2CBDF
Complementary color
Monochromatic Colors of #B2CBDF
Black with #B2CBDF
Text Example
Text Example
White with #B2CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBDF; }
p { color: rgb(178,203,223); }
H1.HeaderClassName
{
color: #B2CBDF;
}
.AnyTagClassName
{
color: #B2CBDF;
}
</style>
background-color css
<style>
a { background-color: #B2CBDF; }
a { background-color: rgb(178,203,223); }
div.DivClassName
{
background-color: #B2CBDF;
}
.BgClassName
{
background-color: #B2CBDF;
}
</style>
border-color css
<style>
span { border-color: #B2CBDF; }
span { border-color: rgb(178,203,223); }
td.TdClassName
{
border-color: #B2CBDF;
}
.TagClassName
{
border-color: #B2CBDF;
}
</style>