Html Css Color HEX #BDBDCD Lavender Grey

📋 copy color: '#BDBDCD'

red 189 ◦ green 189 ◦ blue 205

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

Shades of Lavender Grey #BDBDCD

Tints of Lavender Grey #BDBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 32.42%
G = 32.42%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDBDCD (or 0xBDBDCD) is known color: Lavender Grey. HEX triplet: BD, BD and CD. RGB value is (189,189,205). Sum of RGB (Red+Green+Blue) = 189+189+205=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCD is #424232. Grayscale: #BEBEBE. Windows color (decimal): -4342323 or 13483453. OLE color: 13483453.

HSL color Cylindrical-coordinate representation of color #BDBDCD: hue angle of 240º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDBDCD is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 189 205 -
CMYK 0.08 0.08 0 0.20
HSL 240º 0.14% 0.77% -
HSV(B) 240º 0.08% 0.8% -
XYZ 50.2 51.62 65.08 -
YUV 190.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 189 189 205 0.08 0.08 0 0.20 240 0.14 0.77
Hex BD BD CD 8 8 0 14 F0 E 4D
Octal 275 275 315 10 10 0 24 360 16 115
Binary 10111101 10111101 11001101 1000 1000 0 10100 11110000 1110 1001101

Color Harmonies of #BDBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDCD

Black with #BDBDCD

Text Example


Text Example

White with #BDBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDCD; }

 p { color: rgb(189,189,205); }

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

background-color css

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

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

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

border-color css

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

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

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