Html Css Color HEX #BDBADD Lavender Grey

📋 copy color: '#BDBADD'

red 189 ◦ green 186 ◦ blue 221

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

Shades of Lavender Grey #BDBADD

Tints of Lavender Grey #BDBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.21%

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 31.71%
G = 31.21%
B = 37.08%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDBADD (or 0xBDBADD) is known color: Lavender Grey. HEX triplet: BD, BA and DD. RGB value is (189,186,221). Sum of RGB (Red+Green+Blue) = 189+186+221=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADD is #424522. Grayscale: #BEBEBE. Windows color (decimal): -4343075 or 14531261. OLE color: 14531261.

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

Color convert

RGB 189 186 221 -
CMYK 0.14 0.16 0 0.13
HSL 245.14º 0.34% 0.8% -
HSV(B) 245.14º 0.16% 0.87% -
XYZ 51.6 51.16 75.56 -
YUV 190.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 189 186 221 0.14 0.16 0 0.13 245.14 0.34 0.8
Hex BD BA DD E 10 0 D F5 22 50
Octal 275 272 335 16 20 0 15 365 42 120
Binary 10111101 10111010 11011101 1110 10000 0 1101 11110101 100010 1010000

Color Harmonies of #BDBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBADD

Black with #BDBADD

Text Example


Text Example

White with #BDBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBADD; }

 p { color: rgb(189,186,221); }

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

background-color css

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

 a { background-color: rgb(189,186,221); }

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

border-color css

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

 span { border-color: rgb(189,186,221); }

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