Html Css Color HEX #BDB2DB Melrose

📋 copy color: '#BDB2DB'

red 189 ◦ green 178 ◦ blue 219

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

Shades of Melrose #BDB2DB

Tints of Melrose #BDB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.38%

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

R = 32.25%
G = 30.38%
B = 37.37%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB2DB (or 0xBDB2DB) is known color: Melrose. HEX triplet: BD, B2 and DB. RGB value is (189,178,219). Sum of RGB (Red+Green+Blue) = 189+178+219=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DB is #424D24. Grayscale: #B9B9B9. Windows color (decimal): -4345125 or 14398141. OLE color: 14398141.

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

Color convert

RGB 189 178 219 -
CMYK 0.14 0.19 0 0.14
HSL 256.1º 0.36% 0.78% -
HSV(B) 256.1º 0.19% 0.86% -
XYZ 49.69 47.77 73.62 -
YUV 185.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 189 178 219 0.14 0.19 0 0.14 256.1 0.36 0.78
Hex BD B2 DB E 13 0 E 100 24 4E
Octal 275 262 333 16 23 0 16 400 44 116
Binary 10111101 10110010 11011011 1110 10011 0 1110 100000000 100100 1001110

Color Harmonies of #BDB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2DB

Black with #BDB2DB

Text Example


Text Example

White with #BDB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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