#B7B8CD

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

Shades of Lavender Grey #B7B8CD

Tints of Lavender Grey #B7B8CD

Color information

#B7B8CD (or 0xB7B8CD) is unknown color: approx Lavender Grey. HEX triplet: B7, B8 and CD. RGB value is (183,184,205). Sum of RGB (Red+Green+Blue) = 183+184+205=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8CD is #484732. Grayscale: #BABABA. Windows color (decimal): -4736819 or 13482167. OLE color: 13482167.

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

Color convert

RGB183184205-
CMYK0.110.1000.20
HSL237.27º18.03%76.08%-
HSV(B)237.27º10.73%80.39%-
XYZ47.6948.7664.66-
YUV186.1138.67125.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 184 (72.27% from 255) = 32.17%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=31.99%
G=32.17%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831842050.110.1000.20237.2718.0376.08
HexB7B8CDBA014ed124c
Octal267270315131202435522114
Binary1011011110111000110011011011101001010011101101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B8CD; }

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

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

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

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

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

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

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

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