Html Css Color HEX #BAB7D4 Lavender Grey

📋 copy color: '#BAB7D4'

red 186 ◦ green 183 ◦ blue 212

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

Shades of Lavender Grey #BAB7D4

Tints of Lavender Grey #BAB7D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 32.01%
G = 31.5%
B = 36.49%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAB7D4 (or 0xBAB7D4) is known color: Lavender Grey. HEX triplet: BA, B7 and D4. RGB value is (186,183,212). Sum of RGB (Red+Green+Blue) = 186+183+212=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7D4 is #45482B. Grayscale: #BBBBBB. Windows color (decimal): -4540460 or 13940666. OLE color: 13940666.

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

Color convert

RGB 186 183 212 -
CMYK 0.12 0.14 0 0.17
HSL 246.21º 0.25% 0.77% -
HSV(B) 246.21º 0.14% 0.83% -
XYZ 49.07 49.06 69.17 -
YUV 187.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 186 183 212 0.12 0.14 0 0.17 246.21 0.25 0.77
Hex BA B7 D4 C E 0 11 F6 19 4D
Octal 272 267 324 14 16 0 21 366 31 115
Binary 10111010 10110111 11010100 1100 1110 0 10001 11110110 11001 1001101

Color Harmonies of #BAB7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB7D4

Black with #BAB7D4

Text Example


Text Example

White with #BAB7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB7D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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