Html Css Color HEX #BAB4EF Lavender Grey

📋 copy color: '#BAB4EF'

red 186 ◦ green 180 ◦ blue 239

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

Shades of Lavender Grey #BAB4EF

Tints of Lavender Grey #BAB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.75%

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

R = 30.74%
G = 29.75%
B = 39.5%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB4EF (or 0xBAB4EF) is known color: Lavender Grey. HEX triplet: BA, B4 and EF. RGB value is (186,180,239). Sum of RGB (Red+Green+Blue) = 186+180+239=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4EF is #454B10. Grayscale: #BCBCBC. Windows color (decimal): -4541201 or 15709370. OLE color: 15709370.

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

Color convert

RGB 186 180 239 -
CMYK 0.22 0.25 0 0.06
HSL 246.1º 0.65% 0.82% -
HSV(B) 246.1º 0.25% 0.94% -
XYZ 52.15 49.31 88.43 -
YUV 188.52 156.49 126.2 -
System Red Green Blue C M Y K H S L
Decimal 186 180 239 0.22 0.25 0 0.06 246.1 0.65 0.82
Hex BA B4 EF 16 19 0 6 F6 41 52
Octal 272 264 357 26 31 0 6 366 101 122
Binary 10111010 10110100 11101111 10110 11001 0 110 11110110 1000001 1010010

Color Harmonies of #BAB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4EF

Black with #BAB4EF

Text Example


Text Example

White with #BAB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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