#C1BBEC

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

Shades of Melrose #C1BBEC

Tints of Melrose #C1BBEC

Color information

#C1BBEC (or 0xC1BBEC) is unknown color: approx Melrose. HEX triplet: C1, BB and EC. RGB value is (193,187,236). Sum of RGB (Red+Green+Blue) = 193+187+236=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEC is #3E4413. Grayscale: #C2C2C2. Windows color (decimal): -4080660 or 15514561. OLE color: 15514561.

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

Color convert

RGB193187236-
CMYK0.180.2100.07
HSL247.35º56.32%82.94%-
HSV(B)247.35º20.76%92.55%-
XYZ54.952.9386.68-
YUV194.38151.49127.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=31.33%
G=30.36%
B=38.31%

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
Decimal1931872360.180.2100.07247.3556.3282.94
HexC1BBEC121507f73853
Octal30127335422250736770123
Binary11000001101110111110110010010101010111111101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBEC; }

 p { color: rgb(193,187,236); }

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

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

 a { background-color: rgb(193,187,236); }

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

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

 span { border-color: rgb(193,187,236); }

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