#B6B7CB

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

Shades of Lavender Grey #B6B7CB

Tints of Lavender Grey #B6B7CB

Color information

#B6B7CB (or 0xB6B7CB) is unknown color: approx Lavender Grey. HEX triplet: B6, B7 and CB. RGB value is (182,183,203). Sum of RGB (Red+Green+Blue) = 182+183+203=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B7CB is #494834. Grayscale: #B8B8B8. Windows color (decimal): -4802613 or 13350838. OLE color: 13350838.

HSL color Cylindrical-coordinate representation of color #B6B7CB: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6B7CB is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182183203-
CMYK0.100.1000.20
HSL237.14º16.8%75.49%-
HSV(B)237.14º10.34%79.61%-
XYZ4748.1263.31-
YUV184.98138.17125.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=32.04%
G=32.22%
B=35.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821832030.100.1000.20237.1416.875.49
HexB6B7CBAA014ed114b
Octal266267313121202435521113
Binary1011011010110111110010111010101001010011101101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B7CB; }

 p { color: rgb(182,183,203); }

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

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

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

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

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

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

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