Html Css Color HEX #BDB9DE Lavender Grey

📋 copy color: '#BDB9DE'

red 189 ◦ green 185 ◦ blue 222

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

Shades of Lavender Grey #BDB9DE

Tints of Lavender Grey #BDB9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 31.71%
G = 31.04%
B = 37.25%

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

#BDB9DE (or 0xBDB9DE) is known color: Lavender Grey. HEX triplet: BD, B9 and DE. RGB value is (189,185,222). Sum of RGB (Red+Green+Blue) = 189+185+222=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DE is #424621. Grayscale: #BEBEBE. Windows color (decimal): -4343330 or 14596541. OLE color: 14596541.

HSL color Cylindrical-coordinate representation of color #BDB9DE: hue angle of 246.49º degrees, saturation: 0.36, 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 #BDB9DE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 185 222 -
CMYK 0.15 0.17 0 0.13
HSL 246.49º 0.36% 0.8% -
HSV(B) 246.49º 0.17% 0.87% -
XYZ 51.52 50.79 76.2 -
YUV 190.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 189 185 222 0.15 0.17 0 0.13 246.49 0.36 0.8
Hex BD B9 DE F 11 0 D F6 24 50
Octal 275 271 336 17 21 0 15 366 44 120
Binary 10111101 10111001 11011110 1111 10001 0 1101 11110110 100100 1010000

Color Harmonies of #BDB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9DE

Black with #BDB9DE

Text Example


Text Example

White with #BDB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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