Html Css Color HEX #BDB1DD Melrose

📋 copy color: '#BDB1DD'

red 189 ◦ green 177 ◦ blue 221

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

Shades of Melrose #BDB1DD

Tints of Melrose #BDB1DD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.15%

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

R = 32.2%
G = 30.15%
B = 37.65%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDB1DD (or 0xBDB1DD) is known color: Melrose. HEX triplet: BD, B1 and DD. RGB value is (189,177,221). Sum of RGB (Red+Green+Blue) = 189+177+221=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DD is #424E22. Grayscale: #B9B9B9. Windows color (decimal): -4345379 or 14528957. OLE color: 14528957.

HSL color Cylindrical-coordinate representation of color #BDB1DD: hue angle of 256.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB1DD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 177 221 -
CMYK 0.14 0.20 0 0.13
HSL 256.36º 0.39% 0.78% -
HSV(B) 256.36º 0.2% 0.87% -
XYZ 49.76 47.48 74.95 -
YUV 185.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 189 177 221 0.14 0.20 0 0.13 256.36 0.39 0.78
Hex BD B1 DD E 14 0 D 100 27 4E
Octal 275 261 335 16 24 0 15 400 47 116
Binary 10111101 10110001 11011101 1110 10100 0 1101 100000000 100111 1001110

Color Harmonies of #BDB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1DD

Black with #BDB1DD

Text Example


Text Example

White with #BDB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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