#C1BBEE

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

Shades of Melrose #C1BBEE

Tints of Melrose #C1BBEE

Color information

#C1BBEE (or 0xC1BBEE) is unknown color: approx Melrose. HEX triplet: C1, BB and EE. RGB value is (193,187,238). Sum of RGB (Red+Green+Blue) = 193+187+238=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBEE is #3E4411. Grayscale: #C2C2C2. Windows color (decimal): -4080658 or 15645633. OLE color: 15645633.

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

Color convert

RGB193187238-
CMYK0.190.2100.07
HSL247.06º60%83.33%-
HSV(B)247.06º21.43%93.33%-
XYZ55.253.0588.22-
YUV194.61152.49126.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=31.23%
G=30.26%
B=38.51%

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
Decimal1931872380.190.2100.07247.066083.33
HexC1BBEE131507f73c53
Octal30127335623250736774123
Binary11000001101110111110111010011101010111111101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBEE; }

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

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

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

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

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

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

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

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