#C8BEE1

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

Shades of Melrose #C8BEE1

Tints of Melrose #C8BEE1

Color information

#C8BEE1 (or 0xC8BEE1) is unknown color: approx Melrose. HEX triplet: C8, BE and E1. RGB value is (200,190,225). Sum of RGB (Red+Green+Blue) = 200+190+225=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEE1 is #37411E. Grayscale: #C4C4C4. Windows color (decimal): -3621151 or 14794440. OLE color: 14794440.

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

Color convert

RGB200190225-
CMYK0.110.1600.12
HSL257.14º36.84%81.37%-
HSV(B)257.14º15.56%88.24%-
XYZ55.8254.5478.82-
YUV196.98143.81130.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=32.52%
G=30.89%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001902250.110.1600.12257.1436.8481.37
HexC8BEE1B100C1012551
Octal310276341132001440145121
Binary110010001011111011100001101110000011001000000011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEE1; }

 p { color: rgb(200,190,225); }

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

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

 a { background-color: rgb(200,190,225); }

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

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

 span { border-color: rgb(200,190,225); }

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