Html Css Color HEX #B7B3DC Lavender Grey

📋 copy color: '#B7B3DC'

red 183 ◦ green 179 ◦ blue 220

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

Shades of Lavender Grey #B7B3DC

Tints of Lavender Grey #B7B3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.76%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 31.44%
G = 30.76%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7B3DC (or 0xB7B3DC) is known color: Lavender Grey. HEX triplet: B7, B3 and DC. RGB value is (183,179,220). Sum of RGB (Red+Green+Blue) = 183+179+220=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3DC is #484C23. Grayscale: #B8B8B8. Windows color (decimal): -4738084 or 14463927. OLE color: 14463927.

HSL color Cylindrical-coordinate representation of color #B7B3DC: hue angle of 245.85º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B3DC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 179 220 -
CMYK 0.17 0.19 0 0.14
HSL 245.85º 0.37% 0.78% -
HSV(B) 245.85º 0.19% 0.86% -
XYZ 48.57 47.47 74.31 -
YUV 184.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 183 179 220 0.17 0.19 0 0.14 245.85 0.37 0.78
Hex B7 B3 DC 11 13 0 E F6 25 4E
Octal 267 263 334 21 23 0 16 366 45 116
Binary 10110111 10110011 11011100 10001 10011 0 1110 11110110 100101 1001110

Color Harmonies of #B7B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B3DC

Black with #B7B3DC

Text Example


Text Example

White with #B7B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B3DC; }

 p { color: rgb(183,179,220); }

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

background-color css

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

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

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

border-color css

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

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

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