#C3BCF2

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

Shades of Melrose #C3BCF2

Tints of Melrose #C3BCF2

Color information

#C3BCF2 (or 0xC3BCF2) is unknown color: approx Melrose. HEX triplet: C3, BC and F2. RGB value is (195,188,242). Sum of RGB (Red+Green+Blue) = 195+188+242=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 188 (73.83% from 255 or 30.08% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCF2 is #3C430D. Grayscale: #C4C4C4. Windows color (decimal): -3949326 or 15908035. OLE color: 15908035.

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

Color convert

RGB195188242-
CMYK0.190.2200.05
HSL247.78º67.5%84.31%-
HSV(B)247.78º22.31%94.9%-
XYZ56.5253.9891.44-
YUV196.25153.82127.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 188 (73.83% from 255) = 30.08%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=31.2%
G=30.08%
B=38.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951882420.190.2200.05247.7867.584.31
HexC3BCF2131605f84454
Octal303274362232605370104124
Binary110000111011110011110010100111011001011111100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCF2; }

 p { color: rgb(195,188,242); }

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

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

 a { background-color: rgb(195,188,242); }

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

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

 span { border-color: rgb(195,188,242); }

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