Html Css Color HEX #BABED2 Lavender Grey

📋 copy color: '#BABED2'

red 186 ◦ green 190 ◦ blue 210

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

Shades of Lavender Grey #BABED2

Tints of Lavender Grey #BABED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.84%

R = 31.74%
G = 32.42%
B = 35.84%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BABED2 (or 0xBABED2) is known color: Lavender Grey. HEX triplet: BA, BE and D2. RGB value is (186,190,210). Sum of RGB (Red+Green+Blue) = 186+190+210=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABED2 is #45412D. Grayscale: #BEBEBE. Windows color (decimal): -4538670 or 13811386. OLE color: 13811386.

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

Color convert

RGB 186 190 210 -
CMYK 0.11 0.10 0 0.18
HSL 230º 0.21% 0.78% -
HSV(B) 230º 0.11% 0.82% -
XYZ 50.3 51.92 68.34 -
YUV 191.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 186 190 210 0.11 0.10 0 0.18 230 0.21 0.78
Hex BA BE D2 B A 0 12 E6 15 4E
Octal 272 276 322 13 12 0 22 346 25 116
Binary 10111010 10111110 11010010 1011 1010 0 10010 11100110 10101 1001110

Color Harmonies of #BABED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABED2

Black with #BABED2

Text Example


Text Example

White with #BABED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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