Html Css Color HEX #BAB6DE Lavender Grey

📋 copy color: '#BAB6DE'

red 186 ◦ green 182 ◦ blue 222

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

Shades of Lavender Grey #BAB6DE

Tints of Lavender Grey #BAB6DE

RGB

 RED value IS 186 (73.05% from 255) = 31.53%

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 31.53%
G = 30.85%
B = 37.63%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB6DE (or 0xBAB6DE) is known color: Lavender Grey. HEX triplet: BA, B6 and DE. RGB value is (186,182,222). Sum of RGB (Red+Green+Blue) = 186+182+222=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6DE is #454921. Grayscale: #BBBBBB. Windows color (decimal): -4540706 or 14595770. OLE color: 14595770.

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

Color convert

RGB 186 182 222 -
CMYK 0.16 0.18 0 0.13
HSL 246º 0.38% 0.79% -
HSV(B) 246º 0.18% 0.87% -
XYZ 50.16 49.17 75.95 -
YUV 187.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 186 182 222 0.16 0.18 0 0.13 246 0.38 0.79
Hex BA B6 DE 10 12 0 D F6 26 4F
Octal 272 266 336 20 22 0 15 366 46 117
Binary 10111010 10110110 11011110 10000 10010 0 1101 11110110 100110 1001111

Color Harmonies of #BAB6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6DE

Black with #BAB6DE

Text Example


Text Example

White with #BAB6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6DE; }

 p { color: rgb(186,182,222); }

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

background-color css

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

 a { background-color: rgb(186,182,222); }

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

border-color css

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

 span { border-color: rgb(186,182,222); }

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