Html Css Color HEX #BAB9E7 Lavender Grey

📋 copy color: '#BAB9E7'

red 186 ◦ green 185 ◦ blue 231

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

Shades of Lavender Grey #BAB9E7

Tints of Lavender Grey #BAB9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 30.9%
G = 30.73%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB9E7 (or 0xBAB9E7) is known color: Lavender Grey. HEX triplet: BA, B9 and E7. RGB value is (186,185,231). Sum of RGB (Red+Green+Blue) = 186+185+231=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB9E7 is #454618. Grayscale: #BEBEBE. Windows color (decimal): -4539929 or 15186362. OLE color: 15186362.

HSL color Cylindrical-coordinate representation of color #BAB9E7: hue angle of 241.3º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB9E7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 185 231 -
CMYK 0.19 0.20 0 0.09
HSL 241.3º 0.49% 0.82% -
HSV(B) 241.3º 0.2% 0.91% -
XYZ 52.02 50.91 82.69 -
YUV 190.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 186 185 231 0.19 0.20 0 0.09 241.3 0.49 0.82
Hex BA B9 E7 13 14 0 9 F1 31 52
Octal 272 271 347 23 24 0 11 361 61 122
Binary 10111010 10111001 11100111 10011 10100 0 1001 11110001 110001 1010010

Color Harmonies of #BAB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9E7

Black with #BAB9E7

Text Example


Text Example

White with #BAB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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