Html Css Color HEX #BAB9E0 Lavender Grey

📋 copy color: '#BAB9E0'

red 186 ◦ green 185 ◦ blue 224

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

Shades of Lavender Grey #BAB9E0

Tints of Lavender Grey #BAB9E0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.09%

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

R = 31.26%
G = 31.09%
B = 37.65%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BAB9E0 (or 0xBAB9E0) is known color: Lavender Grey. HEX triplet: BA, B9 and E0. RGB value is (186,185,224). Sum of RGB (Red+Green+Blue) = 186+185+224=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAB9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9E0 is #45461F. Grayscale: #BDBDBD. Windows color (decimal): -4539936 or 14727610. OLE color: 14727610.

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

Color convert

RGB 186 185 224 -
CMYK 0.17 0.17 0 0.12
HSL 241.54º 0.39% 0.8% -
HSV(B) 241.54º 0.17% 0.88% -
XYZ 51.05 50.52 77.58 -
YUV 189.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 186 185 224 0.17 0.17 0 0.12 241.54 0.39 0.8
Hex BA B9 E0 11 11 0 C F2 27 50
Octal 272 271 340 21 21 0 14 362 47 120
Binary 10111010 10111001 11100000 10001 10001 0 1100 11110010 100111 1010000

Color Harmonies of #BAB9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9E0

Black with #BAB9E0

Text Example


Text Example

White with #BAB9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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