Html Css Color HEX #BABAD6 Lavender Grey

📋 copy color: '#BABAD6'

red 186 ◦ green 186 ◦ blue 214

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

Shades of Lavender Grey #BABAD6

Tints of Lavender Grey #BABAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 31.74%
G = 31.74%
B = 36.52%

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

#BABAD6 (or 0xBABAD6) is known color: Lavender Grey. HEX triplet: BA, BA and D6. RGB value is (186,186,214). Sum of RGB (Red+Green+Blue) = 186+186+214=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #BABAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD6 is #454529. Grayscale: #BDBDBD. Windows color (decimal): -4539690 or 14072506. OLE color: 14072506.

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

Color convert

RGB 186 186 214 -
CMYK 0.13 0.13 0 0.16
HSL 240º 0.25% 0.78% -
HSV(B) 240º 0.13% 0.84% -
XYZ 49.95 50.41 70.72 -
YUV 189.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 186 186 214 0.13 0.13 0 0.16 240 0.25 0.78
Hex BA BA D6 D D 0 10 F0 19 4E
Octal 272 272 326 15 15 0 20 360 31 116
Binary 10111010 10111010 11010110 1101 1101 0 10000 11110000 11001 1001110

Color Harmonies of #BABAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAD6

Black with #BABAD6

Text Example


Text Example

White with #BABAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAD6; }

 p { color: rgb(186,186,214); }

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

background-color css

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

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

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

border-color css

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

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

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