#C3BAEB

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

Shades of Melrose #C3BAEB

Tints of Melrose #C3BAEB

Color information

#C3BAEB (or 0xC3BAEB) is unknown color: approx Melrose. HEX triplet: C3, BA and EB. RGB value is (195,186,235). Sum of RGB (Red+Green+Blue) = 195+186+235=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAEB is #3C4514. Grayscale: #C2C2C2. Windows color (decimal): -3949845 or 15448771. OLE color: 15448771.

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

Color convert

RGB195186235-
CMYK0.170.2100.08
HSL251.02º55.06%82.55%-
HSV(B)251.02º20.85%92.16%-
XYZ55.0652.7285.87-
YUV194.28150.98128.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.66%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=31.66%
G=30.19%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951862350.170.2100.08251.0255.0682.55
HexC3BAEB111508fb3753
Octal303272353212501037367123
Binary110000111011101011101011100011010101000111110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAEB; }

 p { color: rgb(195,186,235); }

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

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

 a { background-color: rgb(195,186,235); }

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

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

 span { border-color: rgb(195,186,235); }

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