Html Css Color HEX #BDB3DB Melrose

📋 copy color: '#BDB3DB'

red 189 ◦ green 179 ◦ blue 219

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

Shades of Melrose #BDB3DB

Tints of Melrose #BDB3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.49%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 32.2%
G = 30.49%
B = 37.31%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB3DB (or 0xBDB3DB) is known color: Melrose. HEX triplet: BD, B3 and DB. RGB value is (189,179,219). Sum of RGB (Red+Green+Blue) = 189+179+219=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3DB is #424C24. Grayscale: #BABABA. Windows color (decimal): -4344869 or 14398397. OLE color: 14398397.

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

Color convert

RGB 189 179 219 -
CMYK 0.14 0.18 0 0.14
HSL 255º 0.36% 0.78% -
HSV(B) 255º 0.18% 0.86% -
XYZ 49.89 48.17 73.69 -
YUV 186.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 189 179 219 0.14 0.18 0 0.14 255 0.36 0.78
Hex BD B3 DB E 12 0 E FF 24 4E
Octal 275 263 333 16 22 0 16 377 44 116
Binary 10111101 10110011 11011011 1110 10010 0 1110 11111111 100100 1001110

Color Harmonies of #BDB3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3DB

Black with #BDB3DB

Text Example


Text Example

White with #BDB3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3DB; }

 p { color: rgb(189,179,219); }

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

background-color css

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

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

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

border-color css

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

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

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