#C5BCEE

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

Shades of Melrose #C5BCEE

Tints of Melrose #C5BCEE

Color information

#C5BCEE (or 0xC5BCEE) is unknown color: approx Melrose. HEX triplet: C5, BC and EE. RGB value is (197,188,238). Sum of RGB (Red+Green+Blue) = 197+188+238=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCEE is #3A4311. Grayscale: #C4C4C4. Windows color (decimal): -3818258 or 15645893. OLE color: 15645893.

HSL color Cylindrical-coordinate representation of color #C5BCEE: hue angle of 250.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BCEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197188238-
CMYK0.170.2100.07
HSL250.8º59.52%83.53%-
HSV(B)250.8º21.01%93.33%-
XYZ56.4454.0188.34-
YUV196.39151.48128.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=31.62%
G=30.18%
B=38.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971882380.170.2100.07250.859.5283.53
HexC5BCEE111507fb3c54
Octal30527435621250737374124
Binary11000101101111001110111010001101010111111110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCEE; }

 p { color: rgb(197,188,238); }

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

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

 a { background-color: rgb(197,188,238); }

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

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

 span { border-color: rgb(197,188,238); }

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