#C1BBD5

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

Shades of Melrose #C1BBD5

Tints of Melrose #C1BBD5

Color information

#C1BBD5 (or 0xC1BBD5) is unknown color: approx Melrose. HEX triplet: C1, BB and D5. RGB value is (193,187,213). Sum of RGB (Red+Green+Blue) = 193+187+213=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD5 is #3E442A. Grayscale: #BFBFBF. Windows color (decimal): -4080683 or 14007233. OLE color: 14007233.

HSL color Cylindrical-coordinate representation of color #C1BBD5: hue angle of 253.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1BBD5 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193187213-
CMYK0.090.1200.16
HSL253.85º23.64%78.43%-
HSV(B)253.85º12.21%83.53%-
XYZ51.7751.6870.2-
YUV191.76139.99128.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.55%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 213 (83.59% from 255) = 35.92%
R=32.55%
G=31.53%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931872130.090.1200.16253.8523.6478.43
HexC1BBD59C010fe184e
Octal301273325111402037630116
Binary1100000110111011110101011001110001000011111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBD5; }

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

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

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

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

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

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

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

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