Html Css Color HEX #BAB9CF Lavender Grey

📋 copy color: '#BAB9CF'

red 186 ◦ green 185 ◦ blue 207

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

Shades of Lavender Grey #BAB9CF

Tints of Lavender Grey #BAB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 32.18%
G = 32.01%
B = 35.81%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAB9CF (or 0xBAB9CF) is known color: Lavender Grey. HEX triplet: BA, B9 and CF. RGB value is (186,185,207). Sum of RGB (Red+Green+Blue) = 186+185+207=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB9CF is #454630. Grayscale: #BBBBBB. Windows color (decimal): -4539953 or 13613498. OLE color: 13613498.

HSL color Cylindrical-coordinate representation of color #BAB9CF: hue angle of 242.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB9CF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 185 207 -
CMYK 0.10 0.11 0 0.19
HSL 242.73º 0.19% 0.77% -
HSV(B) 242.73º 0.11% 0.81% -
XYZ 48.86 49.64 66.04 -
YUV 187.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 186 185 207 0.10 0.11 0 0.19 242.73 0.19 0.77
Hex BA B9 CF A B 0 13 F3 13 4D
Octal 272 271 317 12 13 0 23 363 23 115
Binary 10111010 10111001 11001111 1010 1011 0 10011 11110011 10011 1001101

Color Harmonies of #BAB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9CF

Black with #BAB9CF

Text Example


Text Example

White with #BAB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9CF; }

 p { color: rgb(186,185,207); }

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

background-color css

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

 a { background-color: rgb(186,185,207); }

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

border-color css

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

 span { border-color: rgb(186,185,207); }

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