Html Css Color HEX #BDB9DA Lavender Grey

📋 copy color: '#BDB9DA'

red 189 ◦ green 185 ◦ blue 218

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

Shades of Lavender Grey #BDB9DA

Tints of Lavender Grey #BDB9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.25%

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 31.93%
G = 31.25%
B = 36.82%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDB9DA (or 0xBDB9DA) is known color: Lavender Grey. HEX triplet: BD, B9 and DA. RGB value is (189,185,218). Sum of RGB (Red+Green+Blue) = 189+185+218=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DA is #424625. Grayscale: #BDBDBD. Windows color (decimal): -4343334 or 14334397. OLE color: 14334397.

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

Color convert

RGB 189 185 218 -
CMYK 0.13 0.15 0 0.15
HSL 247.27º 0.31% 0.79% -
HSV(B) 247.27º 0.15% 0.85% -
XYZ 50.99 50.58 73.4 -
YUV 189.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 189 185 218 0.13 0.15 0 0.15 247.27 0.31 0.79
Hex BD B9 DA D F 0 F F7 1F 4F
Octal 275 271 332 15 17 0 17 367 37 117
Binary 10111101 10111001 11011010 1101 1111 0 1111 11110111 11111 1001111

Color Harmonies of #BDB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9DA

Black with #BDB9DA

Text Example


Text Example

White with #BDB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9DA; }

 p { color: rgb(189,185,218); }

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

background-color css

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

 a { background-color: rgb(189,185,218); }

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

border-color css

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

 span { border-color: rgb(189,185,218); }

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