Html Css Color HEX #BDB4DC Melrose

📋 copy color: '#BDB4DC'

red 189 ◦ green 180 ◦ blue 220

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

Shades of Melrose #BDB4DC

Tints of Melrose #BDB4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

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

R = 32.09%
G = 30.56%
B = 37.35%

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

#BDB4DC (or 0xBDB4DC) is known color: Melrose. HEX triplet: BD, B4 and DC. RGB value is (189,180,220). Sum of RGB (Red+Green+Blue) = 189+180+220=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4DC is #424B23. Grayscale: #BBBBBB. Windows color (decimal): -4344612 or 14464189. OLE color: 14464189.

HSL color Cylindrical-coordinate representation of color #BDB4DC: hue angle of 253.5º 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 #BDB4DC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 180 220 -
CMYK 0.14 0.18 0 0.14
HSL 253.5º 0.36% 0.78% -
HSV(B) 253.5º 0.18% 0.86% -
XYZ 50.23 48.63 74.45 -
YUV 187.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 189 180 220 0.14 0.18 0 0.14 253.5 0.36 0.78
Hex BD B4 DC E 12 0 E FE 24 4E
Octal 275 264 334 16 22 0 16 376 44 116
Binary 10111101 10110100 11011100 1110 10010 0 1110 11111110 100100 1001110

Color Harmonies of #BDB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4DC

Black with #BDB4DC

Text Example


Text Example

White with #BDB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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