Html Css Color HEX #BAB9D5 Lavender Grey

📋 copy color: '#BAB9D5'

red 186 ◦ green 185 ◦ blue 213

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

Shades of Lavender Grey #BAB9D5

Tints of Lavender Grey #BAB9D5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

 BLUE value IS 213 (83.59% from 255) = 36.47%

R = 31.85%
G = 31.68%
B = 36.47%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAB9D5 (or 0xBAB9D5) is known color: Lavender Grey. HEX triplet: BA, B9 and D5. RGB value is (186,185,213). Sum of RGB (Red+Green+Blue) = 186+185+213=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9D5 is #45462A. Grayscale: #BCBCBC. Windows color (decimal): -4539947 or 14006714. OLE color: 14006714.

HSL color Cylindrical-coordinate representation of color #BAB9D5: hue angle of 242.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB9D5 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 185 213 -
CMYK 0.13 0.13 0 0.16
HSL 242.14º 0.25% 0.78% -
HSV(B) 242.14º 0.13% 0.84% -
XYZ 49.61 49.94 69.98 -
YUV 188.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 186 185 213 0.13 0.13 0 0.16 242.14 0.25 0.78
Hex BA B9 D5 D D 0 10 F2 19 4E
Octal 272 271 325 15 15 0 20 362 31 116
Binary 10111010 10111001 11010101 1101 1101 0 10000 11110010 11001 1001110

Color Harmonies of #BAB9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9D5

Black with #BAB9D5

Text Example


Text Example

White with #BAB9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9D5; }

 p { color: rgb(186,185,213); }

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

background-color css

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

 a { background-color: rgb(186,185,213); }

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

border-color css

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

 span { border-color: rgb(186,185,213); }

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