#C2ABFA

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

Shades of Melrose #C2ABFA

Tints of Melrose #C2ABFA

Color information

#C2ABFA (or 0xC2ABFA) is unknown color: approx Melrose. HEX triplet: C2, AB and FA. RGB value is (194,171,250). Sum of RGB (Red+Green+Blue) = 194+171+250=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABFA is #3D5405. Grayscale: #BABABA. Windows color (decimal): -4019206 or 16427970. OLE color: 16427970.

HSL color Cylindrical-coordinate representation of color #C2ABFA: hue angle of 257.47º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ABFA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194171250-
CMYK0.220.3200.02
HSL257.47º88.76%82.55%-
HSV(B)257.47º31.6%98.04%-
XYZ54.0747.596.76-
YUV186.88163.62133.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=31.54%
G=27.80%
B=40.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941712500.220.3200.02257.4788.7682.55
HexC2ABFA1620021015953
Octal302253372264002401131123
Binary1100001010101011111110101011010000001010000000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABFA; }

 p { color: rgb(194,171,250); }

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

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

 a { background-color: rgb(194,171,250); }

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

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

 span { border-color: rgb(194,171,250); }

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