Html Css Color HEX #BABDD7 Lavender Grey

📋 copy color: '#BABDD7'

red 186 ◦ green 189 ◦ blue 215

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

Shades of Lavender Grey #BABDD7

Tints of Lavender Grey #BABDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.44%

R = 31.53%
G = 32.03%
B = 36.44%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BABDD7 (or 0xBABDD7) is known color: Lavender Grey. HEX triplet: BA, BD and D7. RGB value is (186,189,215). Sum of RGB (Red+Green+Blue) = 186+189+215=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #BABDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD7 is #454228. Grayscale: #BEBEBE. Windows color (decimal): -4538921 or 14138810. OLE color: 14138810.

HSL color Cylindrical-coordinate representation of color #BABDD7: hue angle of 233.79º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABDD7 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 189 215 -
CMYK 0.13 0.12 0 0.16
HSL 233.79º 0.27% 0.79% -
HSV(B) 233.79º 0.13% 0.84% -
XYZ 50.71 51.74 71.6 -
YUV 191.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 186 189 215 0.13 0.12 0 0.16 233.79 0.27 0.79
Hex BA BD D7 D C 0 10 EA 1B 4F
Octal 272 275 327 15 14 0 20 352 33 117
Binary 10111010 10111101 11010111 1101 1100 0 10000 11101010 11011 1001111

Color Harmonies of #BABDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD7

Black with #BABDD7

Text Example


Text Example

White with #BABDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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