#C1BBED

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

Shades of Melrose #C1BBED

Tints of Melrose #C1BBED

Color information

#C1BBED (or 0xC1BBED) is unknown color: approx Melrose. HEX triplet: C1, BB and ED. RGB value is (193,187,237). Sum of RGB (Red+Green+Blue) = 193+187+237=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBED is #3E4412. Grayscale: #C2C2C2. Windows color (decimal): -4080659 or 15580097. OLE color: 15580097.

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

Color convert

RGB193187237-
CMYK0.190.2100.07
HSL247.2º58.14%83.14%-
HSV(B)247.2º21.1%92.94%-
XYZ55.0552.9987.45-
YUV194.49151.99126.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=31.28%
G=30.31%
B=38.41%

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
Decimal1931872370.190.2100.07247.258.1483.14
HexC1BBED131507f73a53
Octal30127335523250736772123
Binary11000001101110111110110110011101010111111101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBED; }

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

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

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

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

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

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

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

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