#C5BCF3

Color #C5BCF3 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C5BCF3

Tints of Melrose #C5BCF3

Color information

#C5BCF3 (or 0xC5BCF3) is unknown color: approx Melrose. HEX triplet: C5, BC and F3. RGB value is (197,188,243). Sum of RGB (Red+Green+Blue) = 197+188+243=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCF3 is #3A430C. Grayscale: #C4C4C4. Windows color (decimal): -3818253 or 15973573. OLE color: 15973573.

HSL color Cylindrical-coordinate representation of color #C5BCF3: hue angle of 249.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BCF3 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197188243-
CMYK0.190.2300.05
HSL249.82º69.62%84.51%-
HSV(B)249.82º22.63%95.29%-
XYZ57.1954.3192.26-
YUV196.96153.98128.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.37%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=31.37%
G=29.94%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971882430.190.2300.05249.8269.6284.51
HexC5BCF3131705fa4655
Octal305274363232705372106125
Binary110001011011110011110011100111011101011111101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCF3; }

 p { color: rgb(197,188,243); }

 H1.HeaderClassName
 {
   color: #C5BCF3;
 }
 .AnyTagClassName
 {
   color: #C5BCF3;
 }
</style>
background-color css

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

 a { background-color: rgb(197,188,243); }

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

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

 span { border-color: rgb(197,188,243); }

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