Html Css Color HEX #BABADF Lavender Grey

📋 copy color: '#BABADF'

red 186 ◦ green 186 ◦ blue 223

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

Shades of Lavender Grey #BABADF

Tints of Lavender Grey #BABADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 31.26%
G = 31.26%
B = 37.48%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BABADF (or 0xBABADF) is known color: Lavender Grey. HEX triplet: BA, BA and DF. RGB value is (186,186,223). Sum of RGB (Red+Green+Blue) = 186+186+223=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BABADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABADF is #454520. Grayscale: #BEBEBE. Windows color (decimal): -4539681 or 14662330. OLE color: 14662330.

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

Color convert

RGB 186 186 223 -
CMYK 0.17 0.17 0 0.13
HSL 240º 0.37% 0.8% -
HSV(B) 240º 0.17% 0.87% -
XYZ 51.13 50.88 76.94 -
YUV 190.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 186 186 223 0.17 0.17 0 0.13 240 0.37 0.8
Hex BA BA DF 11 11 0 D F0 25 50
Octal 272 272 337 21 21 0 15 360 45 120
Binary 10111010 10111010 11011111 10001 10001 0 1101 11110000 100101 1010000

Color Harmonies of #BABADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABADF

Black with #BABADF

Text Example


Text Example

White with #BABADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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