#C1BBE8

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

Shades of Melrose #C1BBE8

Tints of Melrose #C1BBE8

Color information

#C1BBE8 (or 0xC1BBE8) is unknown color: approx Melrose. HEX triplet: C1, BB and E8. RGB value is (193,187,232). Sum of RGB (Red+Green+Blue) = 193+187+232=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #C1BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBE8 is #3E4417. Grayscale: #C1C1C1. Windows color (decimal): -4080664 or 15252417. OLE color: 15252417.

HSL color Cylindrical-coordinate representation of color #C1BBE8: hue angle of 248º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BBE8 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193187232-
CMYK0.170.1900.09
HSL248º49.45%82.16%-
HSV(B)248º19.4%90.98%-
XYZ54.3352.783.65-
YUV193.92149.49127.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=31.54%
G=30.56%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931872320.170.1900.0924849.4582.16
HexC1BBE8111309f83152
Octal301273350212301137061122
Binary110000011011101111101000100011001101001111110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBE8; }

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

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

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

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

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

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

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

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