#B3C0DC

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

Shades of Light Steel Blue #B3C0DC

Tints of Light Steel Blue #B3C0DC

Color information

#B3C0DC (or 0xB3C0DC) is unknown color: approx Light Steel Blue. HEX triplet: B3, C0 and DC. RGB value is (179,192,220). Sum of RGB (Red+Green+Blue) = 179+192+220=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0DC is #4C3F23. Grayscale: #BFBFBF. Windows color (decimal): -4996900 or 14467251. OLE color: 14467251.

HSL color Cylindrical-coordinate representation of color #B3C0DC: hue angle of 220.98º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3C0DC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179192220-
CMYK0.190.1300.14
HSL220.98º36.94%78.24%-
HSV(B)220.98º18.64%86.27%-
XYZ50.3652.4575.18-
YUV191.3144.19119.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=30.29%
G=32.49%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791922200.190.1300.14220.9836.9478.24
HexB3C0DC13D0Edd254e
Octal263300334231501633545116
Binary10110011110000001101110010011110101110110111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C0DC; }

 p { color: rgb(179,192,220); }

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

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

 a { background-color: rgb(179,192,220); }

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

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

 span { border-color: rgb(179,192,220); }

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