Html Css Color HEX #BABDD0 Lavender Grey

📋 copy color: '#BABDD0'

red 186 ◦ green 189 ◦ blue 208

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

Shades of Lavender Grey #BABDD0

Tints of Lavender Grey #BABDD0

RGB

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

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

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

R = 31.9%
G = 32.42%
B = 35.68%

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

#BABDD0 (or 0xBABDD0) is known color: Lavender Grey. HEX triplet: BA, BD and D0. RGB value is (186,189,208). Sum of RGB (Red+Green+Blue) = 186+189+208=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BABDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD0 is #45422F. Grayscale: #BEBEBE. Windows color (decimal): -4538928 or 13680058. OLE color: 13680058.

HSL color Cylindrical-coordinate representation of color #BABDD0: hue angle of 231.82º 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 #BABDD0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 189 208 -
CMYK 0.11 0.09 0 0.18
HSL 231.82º 0.19% 0.77% -
HSV(B) 231.82º 0.11% 0.82% -
XYZ 49.83 51.39 66.97 -
YUV 190.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 186 189 208 0.11 0.09 0 0.18 231.82 0.19 0.77
Hex BA BD D0 B 9 0 12 E8 13 4D
Octal 272 275 320 13 11 0 22 350 23 115
Binary 10111010 10111101 11010000 1011 1001 0 10010 11101000 10011 1001101

Color Harmonies of #BABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD0

Black with #BABDD0

Text Example


Text Example

White with #BABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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