Html Css Color HEX #BDB5DC Melrose

📋 copy color: '#BDB5DC'

red 189 ◦ green 181 ◦ blue 220

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

Shades of Melrose #BDB5DC

Tints of Melrose #BDB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.68%

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

R = 32.03%
G = 30.68%
B = 37.29%

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

#BDB5DC (or 0xBDB5DC) is known color: Melrose. HEX triplet: BD, B5 and DC. RGB value is (189,181,220). Sum of RGB (Red+Green+Blue) = 189+181+220=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DC is #424A23. Grayscale: #BBBBBB. Windows color (decimal): -4344356 or 14464445. OLE color: 14464445.

HSL color Cylindrical-coordinate representation of color #BDB5DC: hue angle of 252.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB5DC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 181 220 -
CMYK 0.14 0.18 0 0.14
HSL 252.31º 0.36% 0.79% -
HSV(B) 252.31º 0.18% 0.86% -
XYZ 50.43 49.03 74.52 -
YUV 187.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 189 181 220 0.14 0.18 0 0.14 252.31 0.36 0.79
Hex BD B5 DC E 12 0 E FC 24 4F
Octal 275 265 334 16 22 0 16 374 44 117
Binary 10111101 10110101 11011100 1110 10010 0 1110 11111100 100100 1001111

Color Harmonies of #BDB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5DC

Black with #BDB5DC

Text Example


Text Example

White with #BDB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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