Html Css Color HEX #BAB7DC Lavender Grey

📋 copy color: '#BAB7DC'

red 186 ◦ green 183 ◦ blue 220

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

Shades of Lavender Grey #BAB7DC

Tints of Lavender Grey #BAB7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.35%

R = 31.58%
G = 31.07%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAB7DC (or 0xBAB7DC) is known color: Lavender Grey. HEX triplet: BA, B7 and DC. RGB value is (186,183,220). Sum of RGB (Red+Green+Blue) = 186+183+220=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DC is #454823. Grayscale: #BBBBBB. Windows color (decimal): -4540452 or 14464954. OLE color: 14464954.

HSL color Cylindrical-coordinate representation of color #BAB7DC: hue angle of 244.86º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAB7DC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 183 220 -
CMYK 0.15 0.17 0 0.14
HSL 244.86º 0.35% 0.79% -
HSV(B) 244.86º 0.17% 0.86% -
XYZ 50.1 49.47 74.62 -
YUV 188.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 186 183 220 0.15 0.17 0 0.14 244.86 0.35 0.79
Hex BA B7 DC F 11 0 E F5 23 4F
Octal 272 267 334 17 21 0 16 365 43 117
Binary 10111010 10110111 11011100 1111 10001 0 1110 11110101 100011 1001111

Color Harmonies of #BAB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7DC

Black with #BAB7DC

Text Example


Text Example

White with #BAB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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