#C5BBF1

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

Shades of Melrose #C5BBF1

Tints of Melrose #C5BBF1

Color information

#C5BBF1 (or 0xC5BBF1) is unknown color: approx Melrose. HEX triplet: C5, BB and F1. RGB value is (197,187,241). Sum of RGB (Red+Green+Blue) = 197+187+241=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF1 is #3A440E. Grayscale: #C3C3C3. Windows color (decimal): -3818511 or 15842245. OLE color: 15842245.

HSL color Cylindrical-coordinate representation of color #C5BBF1: hue angle of 251.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5BBF1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197187241-
CMYK0.180.2200.05
HSL251.11º65.85%83.92%-
HSV(B)251.11º22.41%94.51%-
XYZ56.6753.7690.61-
YUV196.15153.31128.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=31.52%
G=29.92%
B=38.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971872410.180.2200.05251.1165.8583.92
HexC5BBF1121605fb4254
Octal305273361222605373102124
Binary110001011011101111110001100101011001011111101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBF1; }

 p { color: rgb(197,187,241); }

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

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

 a { background-color: rgb(197,187,241); }

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

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

 span { border-color: rgb(197,187,241); }

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