Html Css Color HEX #BAB3E8 Lavender Grey

📋 copy color: '#BAB3E8'

red 186 ◦ green 179 ◦ blue 232

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

Shades of Lavender Grey #BAB3E8

Tints of Lavender Grey #BAB3E8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.98%

 BLUE value IS 232 (91.02% from 255) = 38.86%

R = 31.16%
G = 29.98%
B = 38.86%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB3E8 (or 0xBAB3E8) is known color: Lavender Grey. HEX triplet: BA, B3 and E8. RGB value is (186,179,232). Sum of RGB (Red+Green+Blue) = 186+179+232=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3E8 is #454C17. Grayscale: #BABABA. Windows color (decimal): -4541464 or 15250362. OLE color: 15250362.

HSL color Cylindrical-coordinate representation of color #BAB3E8: hue angle of 247.92º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB3E8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 179 232 -
CMYK 0.20 0.23 0 0.09
HSL 247.92º 0.54% 0.81% -
HSV(B) 247.92º 0.23% 0.91% -
XYZ 50.94 48.51 83.02 -
YUV 187.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 186 179 232 0.20 0.23 0 0.09 247.92 0.54 0.81
Hex BA B3 E8 14 17 0 9 F8 36 51
Octal 272 263 350 24 27 0 11 370 66 121
Binary 10111010 10110011 11101000 10100 10111 0 1001 11111000 110110 1010001

Color Harmonies of #BAB3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB3E8

Black with #BAB3E8

Text Example


Text Example

White with #BAB3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB3E8; }

 p { color: rgb(186,179,232); }

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

background-color css

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

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

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

border-color css

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

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

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