#C8BCE3

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

Shades of Melrose #C8BCE3

Tints of Melrose #C8BCE3

Color information

#C8BCE3 (or 0xC8BCE3) is unknown color: approx Melrose. HEX triplet: C8, BC and E3. RGB value is (200,188,227). Sum of RGB (Red+Green+Blue) = 200+188+227=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCE3 is #37431C. Grayscale: #C3C3C3. Windows color (decimal): -3621661 or 14925000. OLE color: 14925000.

HSL color Cylindrical-coordinate representation of color #C8BCE3: hue angle of 258.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8BCE3 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200188227-
CMYK0.120.1700.11
HSL258.46º41.05%81.37%-
HSV(B)258.46º17.18%89.02%-
XYZ55.6753.7980.12-
YUV196.03145.48130.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=32.52%
G=30.57%
B=36.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001882270.120.1700.11258.4641.0581.37
HexC8BCE3C110B1022951
Octal310274343142101340251121
Binary110010001011110011100011110010001010111000000101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCE3; }

 p { color: rgb(200,188,227); }

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

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

 a { background-color: rgb(200,188,227); }

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

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

 span { border-color: rgb(200,188,227); }

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