Html Css Color HEX #BABACD Lavender Grey

📋 copy color: '#BABACD'

red 186 ◦ green 186 ◦ blue 205

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

Shades of Lavender Grey #BABACD

Tints of Lavender Grey #BABACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 32.24%
G = 32.24%
B = 35.53%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BABACD (or 0xBABACD) is known color: Lavender Grey. HEX triplet: BA, BA and CD. RGB value is (186,186,205). Sum of RGB (Red+Green+Blue) = 186+186+205=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACD is #454532. Grayscale: #BCBCBC. Windows color (decimal): -4539699 or 13482682. OLE color: 13482682.

HSL color Cylindrical-coordinate representation of color #BABACD: hue angle of 240º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABACD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 186 205 -
CMYK 0.09 0.09 0 0.20
HSL 240º 0.16% 0.77% -
HSV(B) 240º 0.09% 0.8% -
XYZ 48.83 49.96 64.83 -
YUV 188.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 186 186 205 0.09 0.09 0 0.20 240 0.16 0.77
Hex BA BA CD 9 9 0 14 F0 10 4D
Octal 272 272 315 11 11 0 24 360 20 115
Binary 10111010 10111010 11001101 1001 1001 0 10100 11110000 10000 1001101

Color Harmonies of #BABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABACD

Black with #BABACD

Text Example


Text Example

White with #BABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABACD; }

 p { color: rgb(186,186,205); }

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

background-color css

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

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

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

border-color css

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

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

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