Html Css Color HEX #B7B5DE Lavender Grey

📋 copy color: '#B7B5DE'

red 183 ◦ green 181 ◦ blue 222

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

Shades of Lavender Grey #B7B5DE

Tints of Lavender Grey #B7B5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.89%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 31.23%
G = 30.89%
B = 37.88%

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

#B7B5DE (or 0xB7B5DE) is known color: Lavender Grey. HEX triplet: B7, B5 and DE. RGB value is (183,181,222). Sum of RGB (Red+Green+Blue) = 183+181+222=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7B5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B5DE is #484A21. Grayscale: #BABABA. Windows color (decimal): -4737570 or 14595511. OLE color: 14595511.

HSL color Cylindrical-coordinate representation of color #B7B5DE: hue angle of 242.93º degrees, saturation: 0.38, 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 #B7B5DE is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 181 222 -
CMYK 0.18 0.18 0 0.13
HSL 242.93º 0.38% 0.79% -
HSV(B) 242.93º 0.18% 0.87% -
XYZ 49.24 48.39 75.85 -
YUV 186.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 183 181 222 0.18 0.18 0 0.13 242.93 0.38 0.79
Hex B7 B5 DE 12 12 0 D F3 26 4F
Octal 267 265 336 22 22 0 15 363 46 117
Binary 10110111 10110101 11011110 10010 10010 0 1101 11110011 100110 1001111

Color Harmonies of #B7B5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B5DE

Black with #B7B5DE

Text Example


Text Example

White with #B7B5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B5DE; }

 p { color: rgb(183,181,222); }

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

background-color css

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

 a { background-color: rgb(183,181,222); }

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

border-color css

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

 span { border-color: rgb(183,181,222); }

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