Html Css Color HEX #B7B3DD Lavender Grey

📋 copy color: '#B7B3DD'

red 183 ◦ green 179 ◦ blue 221

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

Shades of Lavender Grey #B7B3DD

Tints of Lavender Grey #B7B3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 31.39%
G = 30.7%
B = 37.91%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B7B3DD (or 0xB7B3DD) is known color: Lavender Grey. HEX triplet: B7, B3 and DD. RGB value is (183,179,221). Sum of RGB (Red+Green+Blue) = 183+179+221=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3DD is #484C22. Grayscale: #B8B8B8. Windows color (decimal): -4738083 or 14529463. OLE color: 14529463.

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

Color convert

RGB 183 179 221 -
CMYK 0.17 0.19 0 0.13
HSL 245.71º 0.38% 0.78% -
HSV(B) 245.71º 0.19% 0.87% -
XYZ 48.7 47.53 75.01 -
YUV 184.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 183 179 221 0.17 0.19 0 0.13 245.71 0.38 0.78
Hex B7 B3 DD 11 13 0 D F6 26 4E
Octal 267 263 335 21 23 0 15 366 46 116
Binary 10110111 10110011 11011101 10001 10011 0 1101 11110110 100110 1001110

Color Harmonies of #B7B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B3DD

Black with #B7B3DD

Text Example


Text Example

White with #B7B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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