Html Css Color HEX #BDB7DF Lavender Grey

📋 copy color: '#BDB7DF'

red 189 ◦ green 183 ◦ blue 223

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

Shades of Lavender Grey #BDB7DF

Tints of Lavender Grey #BDB7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.48%

R = 31.76%
G = 30.76%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDB7DF (or 0xBDB7DF) is known color: Lavender Grey. HEX triplet: BD, B7 and DF. RGB value is (189,183,223). Sum of RGB (Red+Green+Blue) = 189+183+223=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DF is #424820. Grayscale: #BDBDBD. Windows color (decimal): -4343841 or 14661565. OLE color: 14661565.

HSL color Cylindrical-coordinate representation of color #BDB7DF: hue angle of 249º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB7DF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 183 223 -
CMYK 0.15 0.18 0 0.13
HSL 249º 0.38% 0.8% -
HSV(B) 249º 0.18% 0.87% -
XYZ 51.24 50.01 76.77 -
YUV 189.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 189 183 223 0.15 0.18 0 0.13 249 0.38 0.8
Hex BD B7 DF F 12 0 D F9 26 50
Octal 275 267 337 17 22 0 15 371 46 120
Binary 10111101 10110111 11011111 1111 10010 0 1101 11111001 100110 1010000

Color Harmonies of #BDB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7DF

Black with #BDB7DF

Text Example


Text Example

White with #BDB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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