Html Css Color HEX #BAB7D3 Lavender Grey

📋 copy color: '#BAB7D3'

red 186 ◦ green 183 ◦ blue 211

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

Shades of Lavender Grey #BAB7D3

Tints of Lavender Grey #BAB7D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.38%

R = 32.07%
G = 31.55%
B = 36.38%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAB7D3 (or 0xBAB7D3) is known color: Lavender Grey. HEX triplet: BA, B7 and D3. RGB value is (186,183,211). Sum of RGB (Red+Green+Blue) = 186+183+211=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAB7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7D3 is #45482C. Grayscale: #BABABA. Windows color (decimal): -4540461 or 13875130. OLE color: 13875130.

HSL color Cylindrical-coordinate representation of color #BAB7D3: hue angle of 246.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB7D3 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 183 211 -
CMYK 0.12 0.13 0 0.17
HSL 246.43º 0.24% 0.77% -
HSV(B) 246.43º 0.13% 0.83% -
XYZ 48.94 49.01 68.51 -
YUV 187.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 186 183 211 0.12 0.13 0 0.17 246.43 0.24 0.77
Hex BA B7 D3 C D 0 11 F6 18 4D
Octal 272 267 323 14 15 0 21 366 30 115
Binary 10111010 10110111 11010011 1100 1101 0 10001 11110110 11000 1001101

Color Harmonies of #BAB7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7D3

Black with #BAB7D3

Text Example


Text Example

White with #BAB7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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