#B7B7CE

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

Shades of Lavender Grey #B7B7CE

Tints of Lavender Grey #B7B7CE

Color information

#B7B7CE (or 0xB7B7CE) is unknown color: approx Lavender Grey. HEX triplet: B7, B7 and CE. RGB value is (183,183,206). Sum of RGB (Red+Green+Blue) = 183+183+206=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B7CE is #484831. Grayscale: #B9B9B9. Windows color (decimal): -4737074 or 13547447. OLE color: 13547447.

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

Color convert

RGB183183206-
CMYK0.110.1100.19
HSL240º19.01%76.27%-
HSV(B)240º11.17%80.78%-
XYZ47.648.3965.22-
YUV185.62139.5126.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=31.99%
G=31.99%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831832060.110.1100.1924019.0176.27
HexB7B7CEBB013f0134c
Octal267267316131302336023114
Binary1011011110110111110011101011101101001111110000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B7CE; }

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

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

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

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

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

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

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

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