Html Css Color HEX #BCB4DC Melrose

📋 copy color: '#BCB4DC'

red 188 ◦ green 180 ◦ blue 220

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

Shades of Melrose #BCB4DC

Tints of Melrose #BCB4DC

RGB

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

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

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

R = 31.97%
G = 30.61%
B = 37.41%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB4DC (or 0xBCB4DC) is known color: Melrose. HEX triplet: BC, B4 and DC. RGB value is (188,180,220). Sum of RGB (Red+Green+Blue) = 188+180+220=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4DC is #434B23. Grayscale: #BABABA. Windows color (decimal): -4410148 or 14464188. OLE color: 14464188.

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

Color convert

RGB 188 180 220 -
CMYK 0.15 0.18 0 0.14
HSL 252º 0.36% 0.78% -
HSV(B) 252º 0.18% 0.86% -
XYZ 49.98 48.5 74.44 -
YUV 186.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 188 180 220 0.15 0.18 0 0.14 252 0.36 0.78
Hex BC B4 DC F 12 0 E FC 24 4E
Octal 274 264 334 17 22 0 16 374 44 116
Binary 10111100 10110100 11011100 1111 10010 0 1110 11111100 100100 1001110

Color Harmonies of #BCB4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4DC

Black with #BCB4DC

Text Example


Text Example

White with #BCB4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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