Html Css Color HEX #BAB7EC Lavender Grey

📋 copy color: '#BAB7EC'

red 186 ◦ green 183 ◦ blue 236

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

Shades of Lavender Grey #BAB7EC

Tints of Lavender Grey #BAB7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 30.74%
G = 30.25%
B = 39.01%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAB7EC (or 0xBAB7EC) is known color: Lavender Grey. HEX triplet: BA, B7 and EC. RGB value is (186,183,236). Sum of RGB (Red+Green+Blue) = 186+183+236=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7EC is #454813. Grayscale: #BDBDBD. Windows color (decimal): -4540436 or 15513530. OLE color: 15513530.

HSL color Cylindrical-coordinate representation of color #BAB7EC: hue angle of 243.4º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB7EC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 183 236 -
CMYK 0.21 0.22 0 0.07
HSL 243.4º 0.58% 0.82% -
HSV(B) 243.4º 0.22% 0.93% -
XYZ 52.32 50.36 86.32 -
YUV 189.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 186 183 236 0.21 0.22 0 0.07 243.4 0.58 0.82
Hex BA B7 EC 15 16 0 7 F3 3A 52
Octal 272 267 354 25 26 0 7 363 72 122
Binary 10111010 10110111 11101100 10101 10110 0 111 11110011 111010 1010010

Color Harmonies of #BAB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7EC

Black with #BAB7EC

Text Example


Text Example

White with #BAB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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