Html Css Color HEX #BDBAD5 Lavender Grey

📋 copy color: '#BDBAD5'

red 189 ◦ green 186 ◦ blue 213

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

Shades of Lavender Grey #BDBAD5

Tints of Lavender Grey #BDBAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 32.14%
G = 31.63%
B = 36.22%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDBAD5 (or 0xBDBAD5) is known color: Lavender Grey. HEX triplet: BD, BA and D5. RGB value is (189,186,213). Sum of RGB (Red+Green+Blue) = 189+186+213=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD5 is #42452A. Grayscale: #BDBDBD. Windows color (decimal): -4343083 or 14006973. OLE color: 14006973.

HSL color Cylindrical-coordinate representation of color #BDBAD5: hue angle of 246.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDBAD5 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 186 213 -
CMYK 0.11 0.13 0 0.16
HSL 246.67º 0.24% 0.78% -
HSV(B) 246.67º 0.13% 0.84% -
XYZ 50.56 50.74 70.08 -
YUV 189.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 189 186 213 0.11 0.13 0 0.16 246.67 0.24 0.78
Hex BD BA D5 B D 0 10 F7 18 4E
Octal 275 272 325 13 15 0 20 367 30 116
Binary 10111101 10111010 11010101 1011 1101 0 10000 11110111 11000 1001110

Color Harmonies of #BDBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAD5

Black with #BDBAD5

Text Example


Text Example

White with #BDBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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