Html Css Color HEX #BDB2DC Melrose

📋 copy color: '#BDB2DC'

red 189 ◦ green 178 ◦ blue 220

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

Shades of Melrose #BDB2DC

Tints of Melrose #BDB2DC

RGB

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

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

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

R = 32.2%
G = 30.32%
B = 37.48%

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

#BDB2DC (or 0xBDB2DC) is known color: Melrose. HEX triplet: BD, B2 and DC. RGB value is (189,178,220). Sum of RGB (Red+Green+Blue) = 189+178+220=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DC is #424D23. Grayscale: #B9B9B9. Windows color (decimal): -4345124 or 14463677. OLE color: 14463677.

HSL color Cylindrical-coordinate representation of color #BDB2DC: hue angle of 255.71º degrees, saturation: 0.38, 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 #BDB2DC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 178 220 -
CMYK 0.14 0.19 0 0.14
HSL 255.71º 0.38% 0.78% -
HSV(B) 255.71º 0.19% 0.86% -
XYZ 49.82 47.83 74.32 -
YUV 186.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 189 178 220 0.14 0.19 0 0.14 255.71 0.38 0.78
Hex BD B2 DC E 13 0 E 100 26 4E
Octal 275 262 334 16 23 0 16 400 46 116
Binary 10111101 10110010 11011100 1110 10011 0 1110 100000000 100110 1001110

Color Harmonies of #BDB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB2DC

Black with #BDB2DC

Text Example


Text Example

White with #BDB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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