Html Css Color HEX #BABED0 Lavender Grey

📋 copy color: '#BABED0'

red 186 ◦ green 190 ◦ blue 208

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

Shades of Lavender Grey #BABED0

Tints of Lavender Grey #BABED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.53%

 BLUE value IS 208 (81.64% from 255) = 35.62%

R = 31.85%
G = 32.53%
B = 35.62%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BABED0 (or 0xBABED0) is known color: Lavender Grey. HEX triplet: BA, BE and D0. RGB value is (186,190,208). Sum of RGB (Red+Green+Blue) = 186+190+208=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED0 is #45412F. Grayscale: #BEBEBE. Windows color (decimal): -4538672 or 13680314. OLE color: 13680314.

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

Color convert

RGB 186 190 208 -
CMYK 0.11 0.09 0 0.18
HSL 229.09º 0.19% 0.77% -
HSV(B) 229.09º 0.11% 0.82% -
XYZ 50.05 51.82 67.04 -
YUV 190.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 186 190 208 0.11 0.09 0 0.18 229.09 0.19 0.77
Hex BA BE D0 B 9 0 12 E5 13 4D
Octal 272 276 320 13 11 0 22 345 23 115
Binary 10111010 10111110 11010000 1011 1001 0 10010 11100101 10011 1001101

Color Harmonies of #BABED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABED0

Black with #BABED0

Text Example


Text Example

White with #BABED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABED0; }

 p { color: rgb(186,190,208); }

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

background-color css

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

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

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

border-color css

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

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

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