Html Css Color HEX #BAB3DA Lavender Grey

📋 copy color: '#BAB3DA'

red 186 ◦ green 179 ◦ blue 218

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

Shades of Lavender Grey #BAB3DA

Tints of Lavender Grey #BAB3DA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.7%

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

R = 31.9%
G = 30.7%
B = 37.39%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAB3DA (or 0xBAB3DA) is known color: Lavender Grey. HEX triplet: BA, B3 and DA. RGB value is (186,179,218). Sum of RGB (Red+Green+Blue) = 186+179+218=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3DA is #454C25. Grayscale: #B9B9B9. Windows color (decimal): -4541478 or 14332858. OLE color: 14332858.

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

Color convert

RGB 186 179 218 -
CMYK 0.15 0.18 0 0.15
HSL 250.77º 0.35% 0.78% -
HSV(B) 250.77º 0.18% 0.85% -
XYZ 49.02 47.74 72.96 -
YUV 185.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 186 179 218 0.15 0.18 0 0.15 250.77 0.35 0.78
Hex BA B3 DA F 12 0 F FB 23 4E
Octal 272 263 332 17 22 0 17 373 43 116
Binary 10111010 10110011 11011010 1111 10010 0 1111 11111011 100011 1001110

Color Harmonies of #BAB3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3DA

Black with #BAB3DA

Text Example


Text Example

White with #BAB3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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