#C1BBD8

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

Shades of Melrose #C1BBD8

Tints of Melrose #C1BBD8

Color information

#C1BBD8 (or 0xC1BBD8) is unknown color: approx Melrose. HEX triplet: C1, BB and D8. RGB value is (193,187,216). Sum of RGB (Red+Green+Blue) = 193+187+216=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1BBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD8 is #3E4427. Grayscale: #BFBFBF. Windows color (decimal): -4080680 or 14203841. OLE color: 14203841.

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

Color convert

RGB193187216-
CMYK0.110.1300.15
HSL252.41º27.1%79.02%-
HSV(B)252.41º13.43%84.71%-
XYZ52.1651.8472.22-
YUV192.1141.49128.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=32.38%
G=31.38%
B=36.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931872160.110.1300.15252.4127.179.02
HexC1BBD8BD0Ffc1b4f
Octal301273330131501737433117
Binary110000011011101111011000101111010111111111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBD8; }

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

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

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

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

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

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

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

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