Html Css Color HEX #BDB4DD Melrose

📋 copy color: '#BDB4DD'

red 189 ◦ green 180 ◦ blue 221

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

Shades of Melrose #BDB4DD

Tints of Melrose #BDB4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 32.03%
G = 30.51%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDB4DD (or 0xBDB4DD) is known color: Melrose. HEX triplet: BD, B4 and DD. RGB value is (189,180,221). Sum of RGB (Red+Green+Blue) = 189+180+221=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4DD is #424B22. Grayscale: #BBBBBB. Windows color (decimal): -4344611 or 14529725. OLE color: 14529725.

HSL color Cylindrical-coordinate representation of color #BDB4DD: hue angle of 253.17º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDB4DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 180 221 -
CMYK 0.14 0.19 0 0.13
HSL 253.17º 0.38% 0.79% -
HSV(B) 253.17º 0.19% 0.87% -
XYZ 50.36 48.68 75.15 -
YUV 187.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 189 180 221 0.14 0.19 0 0.13 253.17 0.38 0.79
Hex BD B4 DD E 13 0 D FD 26 4F
Octal 275 264 335 16 23 0 15 375 46 117
Binary 10111101 10110100 11011101 1110 10011 0 1101 11111101 100110 1001111

Color Harmonies of #BDB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB4DD

Black with #BDB4DD

Text Example


Text Example

White with #BDB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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