Html Css Color HEX #BABDE1 Lavender Grey

📋 copy color: '#BABDE1'

red 186 ◦ green 189 ◦ blue 225

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

Shades of Lavender Grey #BABDE1

Tints of Lavender Grey #BABDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.5%

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 31%
G = 31.5%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BABDE1 (or 0xBABDE1) is known color: Lavender Grey. HEX triplet: BA, BD and E1. RGB value is (186,189,225). Sum of RGB (Red+Green+Blue) = 186+189+225=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #BABDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDE1 is #45421E. Grayscale: #C0C0C0. Windows color (decimal): -4538911 or 14794170. OLE color: 14794170.

HSL color Cylindrical-coordinate representation of color #BABDE1: hue angle of 235.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABDE1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 189 225 -
CMYK 0.17 0.16 0 0.12
HSL 235.38º 0.39% 0.81% -
HSV(B) 235.38º 0.17% 0.88% -
XYZ 52.04 52.27 78.58 -
YUV 192.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 186 189 225 0.17 0.16 0 0.12 235.38 0.39 0.81
Hex BA BD E1 11 10 0 C EB 27 51
Octal 272 275 341 21 20 0 14 353 47 121
Binary 10111010 10111101 11100001 10001 10000 0 1100 11101011 100111 1010001

Color Harmonies of #BABDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDE1

Black with #BABDE1

Text Example


Text Example

White with #BABDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDE1; }

 p { color: rgb(186,189,225); }

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

background-color css

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

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

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

border-color css

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

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

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