#B6C3DD

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

Shades of Light Steel Blue #B6C3DD

Tints of Light Steel Blue #B6C3DD

Color information

#B6C3DD (or 0xB6C3DD) is unknown color: approx Light Steel Blue. HEX triplet: B6, C3 and DD. RGB value is (182,195,221). Sum of RGB (Red+Green+Blue) = 182+195+221=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6C3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C3DD is #493C22. Grayscale: #C1C1C1. Windows color (decimal): -4799523 or 14533558. OLE color: 14533558.

HSL color Cylindrical-coordinate representation of color #B6C3DD: hue angle of 220º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6C3DD is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182195221-
CMYK0.180.1200.13
HSL220º36.45%79.02%-
HSV(B)220º17.65%86.67%-
XYZ51.8654.276.13-
YUV194.08143.19119.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.43%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=30.43%
G=32.61%
B=36.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821952210.180.1200.1322036.4579.02
HexB6C3DD12C0Ddc244f
Octal266303335221401533444117
Binary10110110110000111101110110010110001101110111001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C3DD; }

 p { color: rgb(182,195,221); }

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

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

 a { background-color: rgb(182,195,221); }

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

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

 span { border-color: rgb(182,195,221); }

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