Html Css Color HEX #BABDD3 Lavender Grey

📋 copy color: '#BABDD3'

red 186 ◦ green 189 ◦ blue 211

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

Shades of Lavender Grey #BABDD3

Tints of Lavender Grey #BABDD3

RGB

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

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

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

R = 31.74%
G = 32.25%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BABDD3 (or 0xBABDD3) is known color: Lavender Grey. HEX triplet: BA, BD and D3. RGB value is (186,189,211). Sum of RGB (Red+Green+Blue) = 186+189+211=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD3 is #45422C. Grayscale: #BEBEBE. Windows color (decimal): -4538925 or 13876666. OLE color: 13876666.

HSL color Cylindrical-coordinate representation of color #BABDD3: hue angle of 232.8º 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 #BABDD3 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 189 211 -
CMYK 0.12 0.10 0 0.17
HSL 232.8º 0.22% 0.78% -
HSV(B) 232.8º 0.12% 0.83% -
XYZ 50.21 51.54 68.93 -
YUV 190.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 186 189 211 0.12 0.10 0 0.17 232.8 0.22 0.78
Hex BA BD D3 C A 0 11 E9 16 4E
Octal 272 275 323 14 12 0 21 351 26 116
Binary 10111010 10111101 11010011 1100 1010 0 10001 11101001 10110 1001110

Color Harmonies of #BABDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD3

Black with #BABDD3

Text Example


Text Example

White with #BABDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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