#B7B7CC

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

Shades of Lavender Grey #B7B7CC

Tints of Lavender Grey #B7B7CC

Color information

#B7B7CC (or 0xB7B7CC) is unknown color: approx Lavender Grey. HEX triplet: B7, B7 and CC. RGB value is (183,183,204). Sum of RGB (Red+Green+Blue) = 183+183+204=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7CC is #484833. Grayscale: #B9B9B9. Windows color (decimal): -4737076 or 13416375. OLE color: 13416375.

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

Color convert

RGB183183204-
CMYK0.100.1000.2
HSL240º17.07%75.88%-
HSV(B)240º10.29%80%-
XYZ47.3648.2963.95-
YUV185.39138.5126.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=32.11%
G=32.11%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831832040.100.1000.224017.0775.88
HexB7B7CCAA014f0114c
Octal267267314121202436021114
Binary1011011110110111110011001010101001010011110000100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7CC; }

 p { color: rgb(183,183,204); }

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

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

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

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

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

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

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