#C8BEE0

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

Shades of Melrose #C8BEE0

Tints of Melrose #C8BEE0

Color information

#C8BEE0 (or 0xC8BEE0) is unknown color: approx Melrose. HEX triplet: C8, BE and E0. RGB value is (200,190,224). Sum of RGB (Red+Green+Blue) = 200+190+224=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEE0 is #37411F. Grayscale: #C4C4C4. Windows color (decimal): -3621152 or 14728904. OLE color: 14728904.

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

Color convert

RGB200190224-
CMYK0.110.1500.12
HSL257.65º35.42%81.18%-
HSV(B)257.65º15.18%87.84%-
XYZ55.6954.4978.1-
YUV196.87143.31130.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=32.57%
G=30.94%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001902240.110.1500.12257.6535.4281.18
HexC8BEE0BF0C1022351
Octal310276340131701440243121
Binary11001000101111101110000010111111011001000000101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEE0; }

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

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

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

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

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

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

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

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