#C1BBDA

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

Shades of Melrose #C1BBDA

Tints of Melrose #C1BBDA

Color information

#C1BBDA (or 0xC1BBDA) is unknown color: approx Melrose. HEX triplet: C1, BB and DA. RGB value is (193,187,218). Sum of RGB (Red+Green+Blue) = 193+187+218=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDA is #3E4425. Grayscale: #C0C0C0. Windows color (decimal): -4080678 or 14334913. OLE color: 14334913.

HSL color Cylindrical-coordinate representation of color #C1BBDA: hue angle of 251.61º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BBDA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193187218-
CMYK0.110.1400.15
HSL251.61º29.52%79.41%-
HSV(B)251.61º14.22%85.49%-
XYZ52.4251.9473.59-
YUV192.33142.49128.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=32.27%
G=31.27%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931872180.110.1400.15251.6129.5279.41
HexC1BBDABE0Ffc1e4f
Octal301273332131601737436117
Binary110000011011101111011010101111100111111111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBDA; }

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

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

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

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

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

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

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

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