Html Css Color HEX #BDB8DE Lavender Grey

📋 copy color: '#BDB8DE'

red 189 ◦ green 184 ◦ blue 222

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

Shades of Lavender Grey #BDB8DE

Tints of Lavender Grey #BDB8DE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 31.76%
G = 30.92%
B = 37.31%

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

#BDB8DE (or 0xBDB8DE) is known color: Lavender Grey. HEX triplet: BD, B8 and DE. RGB value is (189,184,222). Sum of RGB (Red+Green+Blue) = 189+184+222=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8DE is #424721. Grayscale: #BDBDBD. Windows color (decimal): -4343586 or 14596285. OLE color: 14596285.

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

Color convert

RGB 189 184 222 -
CMYK 0.15 0.17 0 0.13
HSL 247.89º 0.37% 0.8% -
HSV(B) 247.89º 0.17% 0.87% -
XYZ 51.31 50.37 76.13 -
YUV 189.83 146.16 127.41 -
System Red Green Blue C M Y K H S L
Decimal 189 184 222 0.15 0.17 0 0.13 247.89 0.37 0.8
Hex BD B8 DE F 11 0 D F8 25 50
Octal 275 270 336 17 21 0 15 370 45 120
Binary 10111101 10111000 11011110 1111 10001 0 1101 11111000 100101 1010000

Color Harmonies of #BDB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8DE

Black with #BDB8DE

Text Example


Text Example

White with #BDB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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