Html Css Color HEX #BDB7DA Lavender Grey

📋 copy color: '#BDB7DA'

red 189 ◦ green 183 ◦ blue 218

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

Shades of Lavender Grey #BDB7DA

Tints of Lavender Grey #BDB7DA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

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

R = 32.03%
G = 31.02%
B = 36.95%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDB7DA (or 0xBDB7DA) is known color: Lavender Grey. HEX triplet: BD, B7 and DA. RGB value is (189,183,218). Sum of RGB (Red+Green+Blue) = 189+183+218=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DA is #424825. Grayscale: #BCBCBC. Windows color (decimal): -4343846 or 14333885. OLE color: 14333885.

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

Color convert

RGB 189 183 218 -
CMYK 0.13 0.16 0 0.15
HSL 250.29º 0.32% 0.79% -
HSV(B) 250.29º 0.16% 0.85% -
XYZ 50.57 49.75 73.27 -
YUV 188.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 189 183 218 0.13 0.16 0 0.15 250.29 0.32 0.79
Hex BD B7 DA D 10 0 F FA 20 4F
Octal 275 267 332 15 20 0 17 372 40 117
Binary 10111101 10110111 11011010 1101 10000 0 1111 11111010 100000 1001111

Color Harmonies of #BDB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7DA

Black with #BDB7DA

Text Example


Text Example

White with #BDB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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