#C1BCEE

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

Shades of Melrose #C1BCEE

Tints of Melrose #C1BCEE

Color information

#C1BCEE (or 0xC1BCEE) is unknown color: approx Melrose. HEX triplet: C1, BC and EE. RGB value is (193,188,238). Sum of RGB (Red+Green+Blue) = 193+188+238=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCEE is #3E4311. Grayscale: #C3C3C3. Windows color (decimal): -4080402 or 15645889. OLE color: 15645889.

HSL color Cylindrical-coordinate representation of color #C1BCEE: hue angle of 246º 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 #C1BCEE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193188238-
CMYK0.190.2100.07
HSL246º59.52%83.53%-
HSV(B)246º21.01%93.33%-
XYZ55.4153.4888.29-
YUV195.2152.16126.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.18%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=31.18%
G=30.37%
B=38.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931882380.190.2100.0724659.5283.53
HexC1BCEE131507f63c54
Octal30127435623250736674124
Binary11000001101111001110111010011101010111111101101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCEE; }

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

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

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

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

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

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

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

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