Html Css Color HEX #B6AFDB Lavender Grey

📋 copy color: '#B6AFDB'

red 182 ◦ green 175 ◦ blue 219

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

Shades of Lavender Grey #B6AFDB

Tints of Lavender Grey #B6AFDB

RGB

 RED value IS 182 (71.48% from 255) = 31.6%

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

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

R = 31.6%
G = 30.38%
B = 38.02%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6AFDB (or 0xB6AFDB) is known color: Lavender Grey. HEX triplet: B6, AF and DB. RGB value is (182,175,219). Sum of RGB (Red+Green+Blue) = 182+175+219=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFDB is #495024. Grayscale: #B5B5B5. Windows color (decimal): -4804645 or 14397366. OLE color: 14397366.

HSL color Cylindrical-coordinate representation of color #B6AFDB: hue angle of 249.55º 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 #B6AFDB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 175 219 -
CMYK 0.17 0.20 0 0.14
HSL 249.55º 0.38% 0.77% -
HSV(B) 249.55º 0.2% 0.86% -
XYZ 47.41 45.72 73.34 -
YUV 182.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 182 175 219 0.17 0.20 0 0.14 249.55 0.38 0.77
Hex B6 AF DB 11 14 0 E FA 26 4D
Octal 266 257 333 21 24 0 16 372 46 115
Binary 10110110 10101111 11011011 10001 10100 0 1110 11111010 100110 1001101

Color Harmonies of #B6AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AFDB

Black with #B6AFDB

Text Example


Text Example

White with #B6AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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