Html Css Color HEX #BAB7EF Lavender Grey

📋 copy color: '#BAB7EF'

red 186 ◦ green 183 ◦ blue 239

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

Shades of Lavender Grey #BAB7EF

Tints of Lavender Grey #BAB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.1%

 BLUE value IS 239 (93.75% from 255) = 39.31%

R = 30.59%
G = 30.1%
B = 39.31%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB7EF (or 0xBAB7EF) is known color: Lavender Grey. HEX triplet: BA, B7 and EF. RGB value is (186,183,239). Sum of RGB (Red+Green+Blue) = 186+183+239=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7EF is #454810. Grayscale: #BEBEBE. Windows color (decimal): -4540433 or 15710138. OLE color: 15710138.

HSL color Cylindrical-coordinate representation of color #BAB7EF: hue angle of 243.21º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB7EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 183 239 -
CMYK 0.22 0.23 0 0.06
HSL 243.21º 0.64% 0.83% -
HSV(B) 243.21º 0.23% 0.94% -
XYZ 52.76 50.54 88.64 -
YUV 190.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 186 183 239 0.22 0.23 0 0.06 243.21 0.64 0.83
Hex BA B7 EF 16 17 0 6 F3 40 53
Octal 272 267 357 26 27 0 6 363 100 123
Binary 10111010 10110111 11101111 10110 10111 0 110 11110011 1000000 1010011

Color Harmonies of #BAB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7EF

Black with #BAB7EF

Text Example


Text Example

White with #BAB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7EF; }

 p { color: rgb(186,183,239); }

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

background-color css

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

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

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

border-color css

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

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

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