Html Css Color HEX #BAB4E0 Lavender Grey

📋 copy color: '#BAB4E0'

red 186 ◦ green 180 ◦ blue 224

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

Shades of Lavender Grey #BAB4E0

Tints of Lavender Grey #BAB4E0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 31.53%
G = 30.51%
B = 37.97%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAB4E0 (or 0xBAB4E0) is known color: Lavender Grey. HEX triplet: BA, B4 and E0. RGB value is (186,180,224). Sum of RGB (Red+Green+Blue) = 186+180+224=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAB4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4E0 is #454B1F. Grayscale: #BABABA. Windows color (decimal): -4541216 or 14726330. OLE color: 14726330.

HSL color Cylindrical-coordinate representation of color #BAB4E0: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB4E0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 180 224 -
CMYK 0.17 0.20 0 0.12
HSL 248.18º 0.42% 0.79% -
HSV(B) 248.18º 0.2% 0.88% -
XYZ 50.03 48.46 77.24 -
YUV 186.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 186 180 224 0.17 0.20 0 0.12 248.18 0.42 0.79
Hex BA B4 E0 11 14 0 C F8 2A 4F
Octal 272 264 340 21 24 0 14 370 52 117
Binary 10111010 10110100 11100000 10001 10100 0 1100 11111000 101010 1001111

Color Harmonies of #BAB4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4E0

Black with #BAB4E0

Text Example


Text Example

White with #BAB4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4E0; }

 p { color: rgb(186,180,224); }

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

background-color css

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

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

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

border-color css

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

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

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