#B7BACD

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

Shades of Lavender Grey #B7BACD

Tints of Lavender Grey #B7BACD

Color information

#B7BACD (or 0xB7BACD) is unknown color: approx Lavender Grey. HEX triplet: B7, BA and CD. RGB value is (183,186,205). Sum of RGB (Red+Green+Blue) = 183+186+205=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BACD is #484532. Grayscale: #BBBBBB. Windows color (decimal): -4736307 or 13482679. OLE color: 13482679.

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

Color convert

RGB183186205-
CMYK0.110.0900.20
HSL231.82º18.03%76.08%-
HSV(B)231.82º10.73%80.39%-
XYZ48.1149.5964.79-
YUV187.27138.01124.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=31.88%
G=32.40%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831862050.110.0900.20231.8218.0376.08
HexB7BACDB9014e8124c
Octal267272315131102435022114
Binary1011011110111010110011011011100101010011101000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BACD; }

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

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

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

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

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

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

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

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