#B7C5DC

Color #B7C5DC Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #B7C5DC

Tints of Light Steel Blue #B7C5DC

Color information

#B7C5DC (or 0xB7C5DC) is unknown color: approx Light Steel Blue. HEX triplet: B7, C5 and DC. RGB value is (183,197,220). Sum of RGB (Red+Green+Blue) = 183+197+220=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C5DC is #483A23. Grayscale: #C3C3C3. Windows color (decimal): -4733476 or 14468535. OLE color: 14468535.

HSL color Cylindrical-coordinate representation of color #B7C5DC: hue angle of 217.3º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7C5DC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183197220-
CMYK0.170.1000.14
HSL217.3º34.58%79.02%-
HSV(B)217.3º16.82%86.27%-
XYZ52.4155.1775.6-
YUV195.44141.86119.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 30.5%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=30.5%
G=32.83%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831972200.170.1000.14217.334.5879.02
HexB7C5DC11A0Ed9234f
Octal267305334211201633143117
Binary10110111110001011101110010001101001110110110011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C5DC; }

 p { color: rgb(183,197,220); }

 H1.HeaderClassName
 {
   color: #B7C5DC;
 }
 .AnyTagClassName
 {
   color: #B7C5DC;
 }
</style>
background-color css

<style>
 a { background-color: #B7C5DC; }

 a { background-color: rgb(183,197,220); }

 div.DivClassName
 {
   background-color: #B7C5DC;
 }
 .BgClassName
 {
   background-color: #B7C5DC;
 }
</style>
border-color css

<style>
 span { border-color: #B7C5DC; }

 span { border-color: rgb(183,197,220); }

 td.TdClassName
 {
   border-color: #B7C5DC;
 }
 .TagClassName
 {
   border-color: #B7C5DC;
 }
</style>