Html Css Color HEX #BCB3DC Melrose

📋 copy color: '#BCB3DC'

red 188 ◦ green 179 ◦ blue 220

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

Shades of Melrose #BCB3DC

Tints of Melrose #BCB3DC

RGB

 RED value IS 188 (73.83% from 255) = 32.03%

 GREEN value IS 179 (70.31% from 255) = 30.49%

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

R = 32.03%
G = 30.49%
B = 37.48%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB3DC (or 0xBCB3DC) is known color: Melrose. HEX triplet: BC, B3 and DC. RGB value is (188,179,220). Sum of RGB (Red+Green+Blue) = 188+179+220=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 179 (70.31% from 255 or 30.49% 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 #BCB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3DC is #434C23. Grayscale: #BABABA. Windows color (decimal): -4410404 or 14463932. OLE color: 14463932.

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

Color convert

RGB 188 179 220 -
CMYK 0.15 0.19 0 0.14
HSL 253.17º 0.37% 0.78% -
HSV(B) 253.17º 0.19% 0.86% -
XYZ 49.78 48.1 74.37 -
YUV 186.37 146.98 129.17 -
System Red Green Blue C M Y K H S L
Decimal 188 179 220 0.15 0.19 0 0.14 253.17 0.37 0.78
Hex BC B3 DC F 13 0 E FD 25 4E
Octal 274 263 334 17 23 0 16 375 45 116
Binary 10111100 10110011 11011100 1111 10011 0 1110 11111101 100101 1001110

Color Harmonies of #BCB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3DC

Black with #BCB3DC

Text Example


Text Example

White with #BCB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3DC; }

 p { color: rgb(188,179,220); }

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

background-color css

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

 a { background-color: rgb(188,179,220); }

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

border-color css

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

 span { border-color: rgb(188,179,220); }

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