Html Css Color HEX #BDB9DF Lavender Grey

📋 copy color: '#BDB9DF'

red 189 ◦ green 185 ◦ blue 223

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

Shades of Lavender Grey #BDB9DF

Tints of Lavender Grey #BDB9DF

RGB

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

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

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

R = 31.66%
G = 30.99%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDB9DF (or 0xBDB9DF) is known color: Lavender Grey. HEX triplet: BD, B9 and DF. RGB value is (189,185,223). Sum of RGB (Red+Green+Blue) = 189+185+223=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DF is #424620. Grayscale: #BEBEBE. Windows color (decimal): -4343329 or 14662077. OLE color: 14662077.

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

Color convert

RGB 189 185 223 -
CMYK 0.15 0.17 0 0.13
HSL 246.32º 0.37% 0.8% -
HSV(B) 246.32º 0.17% 0.87% -
XYZ 51.65 50.84 76.9 -
YUV 190.53 146.33 126.91 -
System Red Green Blue C M Y K H S L
Decimal 189 185 223 0.15 0.17 0 0.13 246.32 0.37 0.8
Hex BD B9 DF F 11 0 D F6 25 50
Octal 275 271 337 17 21 0 15 366 45 120
Binary 10111101 10111001 11011111 1111 10001 0 1101 11110110 100101 1010000

Color Harmonies of #BDB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9DF

Black with #BDB9DF

Text Example


Text Example

White with #BDB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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