#B7BACC

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

Shades of Lavender Grey #B7BACC

Tints of Lavender Grey #B7BACC

Color information

#B7BACC (or 0xB7BACC) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and CC. RGB value is (183,186,204). Sum of RGB (Red+Green+Blue) = 183+186+204=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B7BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACC is #484533. Grayscale: #BBBBBB. Windows color (decimal): -4736308 or 13417143. OLE color: 13417143.

HSL color Cylindrical-coordinate representation of color #B7BACC: hue angle of 231.43º 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 #B7BACC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB183186204-
CMYK0.100.0900.2
HSL231.43º17.07%75.88%-
HSV(B)231.43º10.29%80%-
XYZ47.9949.5464.16-
YUV187.16137.51125.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=31.94%
G=32.46%
B=35.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1831862040.100.0900.2231.4317.0775.88
HexB7BACCA9014e7114c
Octal267272314121102434721114
Binary1011011110111010110011001010100101010011100111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BACC; }

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

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

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

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

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

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

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

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