Html Css Color HEX #BDBCDC Lavender Grey

📋 copy color: '#BDBCDC'

red 189 ◦ green 188 ◦ blue 220

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

Shades of Lavender Grey #BDBCDC

Tints of Lavender Grey #BDBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.49%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 31.66%
G = 31.49%
B = 36.85%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDBCDC (or 0xBDBCDC) is known color: Lavender Grey. HEX triplet: BD, BC and DC. RGB value is (189,188,220). Sum of RGB (Red+Green+Blue) = 189+188+220=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBCDC is #424323. Grayscale: #BFBFBF. Windows color (decimal): -4342564 or 14466237. OLE color: 14466237.

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

Color convert

RGB 189 188 220 -
CMYK 0.14 0.15 0 0.14
HSL 241.88º 0.31% 0.8% -
HSV(B) 241.88º 0.15% 0.86% -
XYZ 51.89 51.95 75 -
YUV 191.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 189 188 220 0.14 0.15 0 0.14 241.88 0.31 0.8
Hex BD BC DC E F 0 E F2 1F 50
Octal 275 274 334 16 17 0 16 362 37 120
Binary 10111101 10111100 11011100 1110 1111 0 1110 11110010 11111 1010000

Color Harmonies of #BDBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBCDC

Black with #BDBCDC

Text Example


Text Example

White with #BDBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBCDC; }

 p { color: rgb(189,188,220); }

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

background-color css

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

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

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

border-color css

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

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

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