#B7C3DC

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

Shades of Light Steel Blue #B7C3DC

Tints of Light Steel Blue #B7C3DC

Color information

#B7C3DC (or 0xB7C3DC) is unknown color: approx Light Steel Blue. HEX triplet: B7, C3 and DC. RGB value is (183,195,220). Sum of RGB (Red+Green+Blue) = 183+195+220=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C3DC is #483C23. Grayscale: #C2C2C2. Windows color (decimal): -4733988 or 14468023. OLE color: 14468023.

HSL color Cylindrical-coordinate representation of color #B7C3DC: hue angle of 220.54º 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 #B7C3DC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183195220-
CMYK0.170.1100.14
HSL220.54º34.58%79.02%-
HSV(B)220.54º16.82%86.27%-
XYZ51.9654.2675.45-
YUV194.26142.52119.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.60%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=30.60%
G=32.61%
B=36.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831952200.170.1100.14220.5434.5879.02
HexB7C3DC11B0Edd234f
Octal267303334211301633543117
Binary10110111110000111101110010001101101110110111011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C3DC; }

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

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

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

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

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

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

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

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