Html Css Color HEX #BAB7DA Lavender Grey

📋 copy color: '#BAB7DA'

red 186 ◦ green 183 ◦ blue 218

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

Shades of Lavender Grey #BAB7DA

Tints of Lavender Grey #BAB7DA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.18%

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 31.69%
G = 31.18%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAB7DA (or 0xBAB7DA) is known color: Lavender Grey. HEX triplet: BA, B7 and DA. RGB value is (186,183,218). Sum of RGB (Red+Green+Blue) = 186+183+218=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DA is #454825. Grayscale: #BBBBBB. Windows color (decimal): -4540454 or 14333882. OLE color: 14333882.

HSL color Cylindrical-coordinate representation of color #BAB7DA: hue angle of 245.14º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB7DA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 183 218 -
CMYK 0.15 0.16 0 0.15
HSL 245.14º 0.32% 0.79% -
HSV(B) 245.14º 0.16% 0.85% -
XYZ 49.84 49.37 73.23 -
YUV 187.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 186 183 218 0.15 0.16 0 0.15 245.14 0.32 0.79
Hex BA B7 DA F 10 0 F F5 20 4F
Octal 272 267 332 17 20 0 17 365 40 117
Binary 10111010 10110111 11011010 1111 10000 0 1111 11110101 100000 1001111

Color Harmonies of #BAB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7DA

Black with #BAB7DA

Text Example


Text Example

White with #BAB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7DA; }

 p { color: rgb(186,183,218); }

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

background-color css

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

 a { background-color: rgb(186,183,218); }

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

border-color css

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

 span { border-color: rgb(186,183,218); }

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