Html Css Color HEX #BABAD3 Lavender Grey

📋 copy color: '#BABAD3'

red 186 ◦ green 186 ◦ blue 211

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

Shades of Lavender Grey #BABAD3

Tints of Lavender Grey #BABAD3

RGB

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

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

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

R = 31.9%
G = 31.9%
B = 36.19%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BABAD3 (or 0xBABAD3) is known color: Lavender Grey. HEX triplet: BA, BA and D3. RGB value is (186,186,211). Sum of RGB (Red+Green+Blue) = 186+186+211=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAD3 is #45452C. Grayscale: #BCBCBC. Windows color (decimal): -4539693 or 13875898. OLE color: 13875898.

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

Color convert

RGB 186 186 211 -
CMYK 0.12 0.12 0 0.17
HSL 240º 0.22% 0.78% -
HSV(B) 240º 0.12% 0.83% -
XYZ 49.57 50.26 68.72 -
YUV 188.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 186 186 211 0.12 0.12 0 0.17 240 0.22 0.78
Hex BA BA D3 C C 0 11 F0 16 4E
Octal 272 272 323 14 14 0 21 360 26 116
Binary 10111010 10111010 11010011 1100 1100 0 10001 11110000 10110 1001110

Color Harmonies of #BABAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAD3

Black with #BABAD3

Text Example


Text Example

White with #BABAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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