#C3BCEE

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

Shades of Melrose #C3BCEE

Tints of Melrose #C3BCEE

Color information

#C3BCEE (or 0xC3BCEE) is unknown color: approx Melrose. HEX triplet: C3, BC and EE. RGB value is (195,188,238). Sum of RGB (Red+Green+Blue) = 195+188+238=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEE is #3C4311. Grayscale: #C3C3C3. Windows color (decimal): -3949330 or 15645891. OLE color: 15645891.

HSL color Cylindrical-coordinate representation of color #C3BCEE: hue angle of 248.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BCEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195188238-
CMYK0.180.2100.07
HSL248.4º59.52%83.53%-
HSV(B)248.4º21.01%93.33%-
XYZ55.9253.7488.31-
YUV195.79151.82127.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=31.40%
G=30.27%
B=38.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951882380.180.2100.07248.459.5283.53
HexC3BCEE121507f83c54
Octal30327435622250737074124
Binary11000011101111001110111010010101010111111110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCEE; }

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

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

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

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

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

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

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

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