Html Css Color HEX #B7AFDB Lavender Grey

📋 copy color: '#B7AFDB'

red 183 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B7AFDB

Tints of Lavender Grey #B7AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.33%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 31.72%
G = 30.33%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B7AFDB (or 0xB7AFDB) is known color: Lavender Grey. HEX triplet: B7, AF and DB. RGB value is (183,175,219). Sum of RGB (Red+Green+Blue) = 183+175+219=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFDB is #485024. Grayscale: #B6B6B6. Windows color (decimal): -4739109 or 14397367. OLE color: 14397367.

HSL color Cylindrical-coordinate representation of color #B7AFDB: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7AFDB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 175 219 -
CMYK 0.16 0.20 0 0.14
HSL 250.91º 0.38% 0.77% -
HSV(B) 250.91º 0.2% 0.86% -
XYZ 47.64 45.84 73.36 -
YUV 182.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 183 175 219 0.16 0.20 0 0.14 250.91 0.38 0.77
Hex B7 AF DB 10 14 0 E FB 26 4D
Octal 267 257 333 20 24 0 16 373 46 115
Binary 10110111 10101111 11011011 10000 10100 0 1110 11111011 100110 1001101

Color Harmonies of #B7AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFDB

Black with #B7AFDB

Text Example


Text Example

White with #B7AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFDB; }

 p { color: rgb(183,175,219); }

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

background-color css

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

 a { background-color: rgb(183,175,219); }

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

border-color css

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

 span { border-color: rgb(183,175,219); }

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