Html Css Color HEX #BABDD8 Lavender Grey

📋 copy color: '#BABDD8'

red 186 ◦ green 189 ◦ blue 216

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

Shades of Lavender Grey #BABDD8

Tints of Lavender Grey #BABDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.55%

R = 31.47%
G = 31.98%
B = 36.55%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BABDD8 (or 0xBABDD8) is known color: Lavender Grey. HEX triplet: BA, BD and D8. RGB value is (186,189,216). Sum of RGB (Red+Green+Blue) = 186+189+216=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #BABDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD8 is #454227. Grayscale: #BFBFBF. Windows color (decimal): -4538920 or 14204346. OLE color: 14204346.

HSL color Cylindrical-coordinate representation of color #BABDD8: hue angle of 234º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABDD8 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 189 216 -
CMYK 0.14 0.12 0 0.15
HSL 234º 0.28% 0.79% -
HSV(B) 234º 0.14% 0.85% -
XYZ 50.84 51.79 72.28 -
YUV 191.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 186 189 216 0.14 0.12 0 0.15 234 0.28 0.79
Hex BA BD D8 E C 0 F EA 1C 4F
Octal 272 275 330 16 14 0 17 352 34 117
Binary 10111010 10111101 11011000 1110 1100 0 1111 11101010 11100 1001111

Color Harmonies of #BABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD8

Black with #BABDD8

Text Example


Text Example

White with #BABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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