#B6B6CD

Color #B6B6CD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B6B6CD

Tints of Lavender Grey #B6B6CD

Color information

#B6B6CD (or 0xB6B6CD) is unknown color: approx Lavender Grey. HEX triplet: B6, B6 and CD. RGB value is (182,182,205). Sum of RGB (Red+Green+Blue) = 182+182+205=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B6CD is #494932. Grayscale: #B8B8B8. Windows color (decimal): -4802867 or 13481654. OLE color: 13481654.

HSL color Cylindrical-coordinate representation of color #B6B6CD: hue angle of 240º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6B6CD is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182182205-
CMYK0.110.1100.20
HSL240º18.7%75.88%-
HSV(B)240º11.22%80.39%-
XYZ47.0447.8164.51-
YUV184.62139.5126.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=31.99%
G=31.99%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821822050.110.1100.2024018.775.88
HexB6B6CDBB014f0134c
Octal266266315131302436023114
Binary1011011010110110110011011011101101010011110000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B6CD; }

 p { color: rgb(182,182,205); }

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

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

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

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

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

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

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