Html Css Color HEX #BDB8DF Lavender Grey

📋 copy color: '#BDB8DF'

red 189 ◦ green 184 ◦ blue 223

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

Shades of Lavender Grey #BDB8DF

Tints of Lavender Grey #BDB8DF

RGB

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

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

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

R = 31.71%
G = 30.87%
B = 37.42%

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

#BDB8DF (or 0xBDB8DF) is known color: Lavender Grey. HEX triplet: BD, B8 and DF. RGB value is (189,184,223). Sum of RGB (Red+Green+Blue) = 189+184+223=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8DF is #424720. Grayscale: #BDBDBD. Windows color (decimal): -4343585 or 14661821. OLE color: 14661821.

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

Color convert

RGB 189 184 223 -
CMYK 0.15 0.17 0 0.13
HSL 247.69º 0.38% 0.8% -
HSV(B) 247.69º 0.17% 0.87% -
XYZ 51.45 50.43 76.83 -
YUV 189.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 189 184 223 0.15 0.17 0 0.13 247.69 0.38 0.8
Hex BD B8 DF F 11 0 D F8 26 50
Octal 275 270 337 17 21 0 15 370 46 120
Binary 10111101 10111000 11011111 1111 10001 0 1101 11111000 100110 1010000

Color Harmonies of #BDB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8DF

Black with #BDB8DF

Text Example


Text Example

White with #BDB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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