Html Css Color HEX #BCB4DB Melrose

📋 copy color: '#BCB4DB'

red 188 ◦ green 180 ◦ blue 219

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

Shades of Melrose #BCB4DB

Tints of Melrose #BCB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.66%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 32.03%
G = 30.66%
B = 37.31%

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

#BCB4DB (or 0xBCB4DB) is known color: Melrose. HEX triplet: BC, B4 and DB. RGB value is (188,180,219). Sum of RGB (Red+Green+Blue) = 188+180+219=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DB is #434B24. Grayscale: #BABABA. Windows color (decimal): -4410149 or 14398652. OLE color: 14398652.

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

Color convert

RGB 188 180 219 -
CMYK 0.14 0.18 0 0.14
HSL 252.31º 0.35% 0.78% -
HSV(B) 252.31º 0.18% 0.86% -
XYZ 49.85 48.45 73.74 -
YUV 186.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 188 180 219 0.14 0.18 0 0.14 252.31 0.35 0.78
Hex BC B4 DB E 12 0 E FC 23 4E
Octal 274 264 333 16 22 0 16 374 43 116
Binary 10111100 10110100 11011011 1110 10010 0 1110 11111100 100011 1001110

Color Harmonies of #BCB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4DB

Black with #BCB4DB

Text Example


Text Example

White with #BCB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4DB; }

 p { color: rgb(188,180,219); }

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

background-color css

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

 a { background-color: rgb(188,180,219); }

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

border-color css

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

 span { border-color: rgb(188,180,219); }

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