Html Css Color HEX #BAB5EA Lavender Grey

📋 copy color: '#BAB5EA'

red 186 ◦ green 181 ◦ blue 234

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

Shades of Lavender Grey #BAB5EA

Tints of Lavender Grey #BAB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.12%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 30.95%
G = 30.12%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAB5EA (or 0xBAB5EA) is known color: Lavender Grey. HEX triplet: BA, B5 and EA. RGB value is (186,181,234). Sum of RGB (Red+Green+Blue) = 186+181+234=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5EA is #454A15. Grayscale: #BCBCBC. Windows color (decimal): -4540950 or 15381946. OLE color: 15381946.

HSL color Cylindrical-coordinate representation of color #BAB5EA: hue angle of 245.66º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB5EA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 181 234 -
CMYK 0.21 0.23 0 0.08
HSL 245.66º 0.56% 0.81% -
HSV(B) 245.66º 0.23% 0.92% -
XYZ 51.62 49.43 84.66 -
YUV 188.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 186 181 234 0.21 0.23 0 0.08 245.66 0.56 0.81
Hex BA B5 EA 15 17 0 8 F6 38 51
Octal 272 265 352 25 27 0 10 366 70 121
Binary 10111010 10110101 11101010 10101 10111 0 1000 11110110 111000 1010001

Color Harmonies of #BAB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5EA

Black with #BAB5EA

Text Example


Text Example

White with #BAB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5EA; }

 p { color: rgb(186,181,234); }

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

background-color css

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

 a { background-color: rgb(186,181,234); }

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

border-color css

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

 span { border-color: rgb(186,181,234); }

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