Html Css Color HEX #BDB1DC Melrose

📋 copy color: '#BDB1DC'

red 189 ◦ green 177 ◦ blue 220

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

Shades of Melrose #BDB1DC

Tints of Melrose #BDB1DC

RGB

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

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

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

R = 32.25%
G = 30.2%
B = 37.54%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB1DC (or 0xBDB1DC) is known color: Melrose. HEX triplet: BD, B1 and DC. RGB value is (189,177,220). Sum of RGB (Red+Green+Blue) = 189+177+220=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1DC is #424E23. Grayscale: #B9B9B9. Windows color (decimal): -4345380 or 14463421. OLE color: 14463421.

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

Color convert

RGB 189 177 220 -
CMYK 0.14 0.20 0 0.14
HSL 256.74º 0.38% 0.78% -
HSV(B) 256.74º 0.2% 0.86% -
XYZ 49.63 47.43 74.25 -
YUV 185.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 189 177 220 0.14 0.20 0 0.14 256.74 0.38 0.78
Hex BD B1 DC E 14 0 E 101 26 4E
Octal 275 261 334 16 24 0 16 401 46 116
Binary 10111101 10110001 11011100 1110 10100 0 1110 100000001 100110 1001110

Color Harmonies of #BDB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1DC

Black with #BDB1DC

Text Example


Text Example

White with #BDB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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