Html Css Color HEX #BCB3DF Melrose

📋 copy color: '#BCB3DF'

red 188 ◦ green 179 ◦ blue 223

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

Shades of Melrose #BCB3DF

Tints of Melrose #BCB3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 31.86%
G = 30.34%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCB3DF (or 0xBCB3DF) is known color: Melrose. HEX triplet: BC, B3 and DF. RGB value is (188,179,223). Sum of RGB (Red+Green+Blue) = 188+179+223=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3DF is #434C20. Grayscale: #BABABA. Windows color (decimal): -4410401 or 14660540. OLE color: 14660540.

HSL color Cylindrical-coordinate representation of color #BCB3DF: hue angle of 252.27º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB3DF is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 179 223 -
CMYK 0.16 0.20 0 0.13
HSL 252.27º 0.41% 0.79% -
HSV(B) 252.27º 0.2% 0.87% -
XYZ 50.18 48.26 76.48 -
YUV 186.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 188 179 223 0.16 0.20 0 0.13 252.27 0.41 0.79
Hex BC B3 DF 10 14 0 D FC 29 4F
Octal 274 263 337 20 24 0 15 374 51 117
Binary 10111100 10110011 11011111 10000 10100 0 1101 11111100 101001 1001111

Color Harmonies of #BCB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3DF

Black with #BCB3DF

Text Example


Text Example

White with #BCB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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