Html Css Color HEX #BABDD4 Lavender Grey

📋 copy color: '#BABDD4'

red 186 ◦ green 189 ◦ blue 212

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

Shades of Lavender Grey #BABDD4

Tints of Lavender Grey #BABDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 31.69%
G = 32.2%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BABDD4 (or 0xBABDD4) is known color: Lavender Grey. HEX triplet: BA, BD and D4. RGB value is (186,189,212). Sum of RGB (Red+Green+Blue) = 186+189+212=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BABDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD4 is #45422B. Grayscale: #BEBEBE. Windows color (decimal): -4538924 or 13942202. OLE color: 13942202.

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

Color convert

RGB 186 189 212 -
CMYK 0.12 0.11 0 0.17
HSL 233.08º 0.23% 0.78% -
HSV(B) 233.08º 0.12% 0.83% -
XYZ 50.33 51.59 69.59 -
YUV 190.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 186 189 212 0.12 0.11 0 0.17 233.08 0.23 0.78
Hex BA BD D4 C B 0 11 E9 17 4E
Octal 272 275 324 14 13 0 21 351 27 116
Binary 10111010 10111101 11010100 1100 1011 0 10001 11101001 10111 1001110

Color Harmonies of #BABDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDD4

Black with #BABDD4

Text Example


Text Example

White with #BABDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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