Html Css Color HEX #B7B6DF Lavender Grey

📋 copy color: '#B7B6DF'

red 183 ◦ green 182 ◦ blue 223

#B7B6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B7B6DF

Tints of Lavender Grey #B7B6DF

RGB

 RED value IS 183 (71.88% from 255) = 31.12%

 GREEN value IS 182 (71.48% from 255) = 30.95%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 31.12%
G = 30.95%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7B6DF (or 0xB7B6DF) is known color: Lavender Grey. HEX triplet: B7, B6 and DF. RGB value is (183,182,223). Sum of RGB (Red+Green+Blue) = 183+182+223=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B6DF is #484920. Grayscale: #BABABA. Windows color (decimal): -4737313 or 14661303. OLE color: 14661303.

HSL color Cylindrical-coordinate representation of color #B7B6DF: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B6DF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 182 223 -
CMYK 0.18 0.18 0 0.13
HSL 241.46º 0.39% 0.79% -
HSV(B) 241.46º 0.18% 0.87% -
XYZ 49.58 48.85 76.63 -
YUV 186.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 183 182 223 0.18 0.18 0 0.13 241.46 0.39 0.79
Hex B7 B6 DF 12 12 0 D F1 27 4F
Octal 267 266 337 22 22 0 15 361 47 117
Binary 10110111 10110110 11011111 10010 10010 0 1101 11110001 100111 1001111

Color Harmonies of #B7B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B6DF

Black with #B7B6DF

Text Example


Text Example

White with #B7B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B6DF; }

 p { color: rgb(183,182,223); }

 H1.HeaderClassName
 {
   color: #B7B6DF;
 }
 .AnyTagClassName
 {
   color: #B7B6DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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