Html Css Color HEX #BDB5DB Melrose

📋 copy color: '#BDB5DB'

red 189 ◦ green 181 ◦ blue 219

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

Shades of Melrose #BDB5DB

Tints of Melrose #BDB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.73%

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

R = 32.09%
G = 30.73%
B = 37.18%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB5DB (or 0xBDB5DB) is known color: Melrose. HEX triplet: BD, B5 and DB. RGB value is (189,181,219). Sum of RGB (Red+Green+Blue) = 189+181+219=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DB is #424A24. Grayscale: #BBBBBB. Windows color (decimal): -4344357 or 14398909. OLE color: 14398909.

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

Color convert

RGB 189 181 219 -
CMYK 0.14 0.17 0 0.14
HSL 252.63º 0.35% 0.78% -
HSV(B) 252.63º 0.17% 0.86% -
XYZ 50.3 48.98 73.82 -
YUV 187.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 189 181 219 0.14 0.17 0 0.14 252.63 0.35 0.78
Hex BD B5 DB E 11 0 E FD 23 4E
Octal 275 265 333 16 21 0 16 375 43 116
Binary 10111101 10110101 11011011 1110 10001 0 1110 11111101 100011 1001110

Color Harmonies of #BDB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5DB

Black with #BDB5DB

Text Example


Text Example

White with #BDB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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