#B5B6CC

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

Shades of Lavender Grey #B5B6CC

Tints of Lavender Grey #B5B6CC

Color information

#B5B6CC (or 0xB5B6CC) is unknown color: approx Lavender Grey. HEX triplet: B5, B6 and CC. RGB value is (181,182,204). Sum of RGB (Red+Green+Blue) = 181+182+204=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B6CC is #4A4933. Grayscale: #B8B8B8. Windows color (decimal): -4868404 or 13416117. OLE color: 13416117.

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

Color convert

RGB181182204-
CMYK0.110.1100.2
HSL237.39º18.4%75.49%-
HSV(B)237.39º11.27%80%-
XYZ46.6847.6463.86-
YUV184.21139.17125.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 182 (71.48% from 255) = 32.10%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=31.92%
G=32.10%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811822040.110.1100.2237.3918.475.49
HexB5B6CCBB014ed124b
Octal265266314131302435522113
Binary1011010110110110110011001011101101010011101101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6CC; }

 p { color: rgb(181,182,204); }

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

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

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

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

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

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

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