Html Css Color HEX #BABAD4 Lavender Grey

📋 copy color: '#BABAD4'

red 186 ◦ green 186 ◦ blue 212

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

Shades of Lavender Grey #BABAD4

Tints of Lavender Grey #BABAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 31.85%
G = 31.85%
B = 36.3%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BABAD4 (or 0xBABAD4) is known color: Lavender Grey. HEX triplet: BA, BA and D4. RGB value is (186,186,212). Sum of RGB (Red+Green+Blue) = 186+186+212=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD4 is #45452B. Grayscale: #BCBCBC. Windows color (decimal): -4539692 or 13941434. OLE color: 13941434.

HSL color Cylindrical-coordinate representation of color #BABAD4: hue angle of 240º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABAD4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 186 212 -
CMYK 0.12 0.12 0 0.17
HSL 240º 0.23% 0.78% -
HSV(B) 240º 0.12% 0.83% -
XYZ 49.69 50.31 69.38 -
YUV 188.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 186 186 212 0.12 0.12 0 0.17 240 0.23 0.78
Hex BA BA D4 C C 0 11 F0 17 4E
Octal 272 272 324 14 14 0 21 360 27 116
Binary 10111010 10111010 11010100 1100 1100 0 10001 11110000 10111 1001110

Color Harmonies of #BABAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAD4

Black with #BABAD4

Text Example


Text Example

White with #BABAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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