Html Css Color HEX #BDBAD6 Lavender Grey

📋 copy color: '#BDBAD6'

red 189 ◦ green 186 ◦ blue 214

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

Shades of Lavender Grey #BDBAD6

Tints of Lavender Grey #BDBAD6

RGB

 RED value IS 189 (74.22% from 255) = 32.09%

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 32.09%
G = 31.58%
B = 36.33%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDBAD6 (or 0xBDBAD6) is known color: Lavender Grey. HEX triplet: BD, BA and D6. RGB value is (189,186,214). Sum of RGB (Red+Green+Blue) = 189+186+214=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD6 is #424529. Grayscale: #BDBDBD. Windows color (decimal): -4343082 or 14072509. OLE color: 14072509.

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

Color convert

RGB 189 186 214 -
CMYK 0.12 0.13 0 0.16
HSL 246.43º 0.25% 0.78% -
HSV(B) 246.43º 0.13% 0.84% -
XYZ 50.68 50.79 70.75 -
YUV 190.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 189 186 214 0.12 0.13 0 0.16 246.43 0.25 0.78
Hex BD BA D6 C D 0 10 F6 19 4E
Octal 275 272 326 14 15 0 20 366 31 116
Binary 10111101 10111010 11010110 1100 1101 0 10000 11110110 11001 1001110

Color Harmonies of #BDBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAD6

Black with #BDBAD6

Text Example


Text Example

White with #BDBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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