#C3BEEA

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

Shades of Melrose #C3BEEA

Tints of Melrose #C3BEEA

Color information

#C3BEEA (or 0xC3BEEA) is unknown color: approx Melrose. HEX triplet: C3, BE and EA. RGB value is (195,190,234). Sum of RGB (Red+Green+Blue) = 195+190+234=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEEA is #3C4115. Grayscale: #C4C4C4. Windows color (decimal): -3948822 or 15384259. OLE color: 15384259.

HSL color Cylindrical-coordinate representation of color #C3BEEA: hue angle of 246.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BEEA is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195190234-
CMYK0.170.1900.08
HSL246.82º51.16%83.14%-
HSV(B)246.82º18.8%91.76%-
XYZ55.7754.3785.4-
YUV196.51149.16126.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=31.50%
G=30.69%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951902340.170.1900.08246.8251.1683.14
HexC3BEEA111308f73353
Octal303276352212301036763123
Binary110000111011111011101010100011001101000111101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEEA; }

 p { color: rgb(195,190,234); }

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

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

 a { background-color: rgb(195,190,234); }

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

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

 span { border-color: rgb(195,190,234); }

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