#C5BEEB

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

Shades of Melrose #C5BEEB

Tints of Melrose #C5BEEB

Color information

#C5BEEB (or 0xC5BEEB) is unknown color: approx Melrose. HEX triplet: C5, BE and EB. RGB value is (197,190,235). Sum of RGB (Red+Green+Blue) = 197+190+235=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEEB is #3A4114. Grayscale: #C5C5C5. Windows color (decimal): -3817749 or 15449797. OLE color: 15449797.

HSL color Cylindrical-coordinate representation of color #C5BEEB: hue angle of 249.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BEEB is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197190235-
CMYK0.160.1900.08
HSL249.33º52.94%83.33%-
HSV(B)249.33º19.15%92.16%-
XYZ56.4354.786.18-
YUV197.22149.32127.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=31.67%
G=30.55%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971902350.160.1900.08249.3352.9483.33
HexC5BEEB101308f93553
Octal305276353202301037165123
Binary110001011011111011101011100001001101000111110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEEB; }

 p { color: rgb(197,190,235); }

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

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

 a { background-color: rgb(197,190,235); }

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

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

 span { border-color: rgb(197,190,235); }

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