#C8BEF0

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

Shades of Melrose #C8BEF0

Tints of Melrose #C8BEF0

Color information

#C8BEF0 (or 0xC8BEF0) is unknown color: approx Melrose. HEX triplet: C8, BE and F0. RGB value is (200,190,240). Sum of RGB (Red+Green+Blue) = 200+190+240=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF0 is #37410F. Grayscale: #C6C6C6. Windows color (decimal): -3621136 or 15777480. OLE color: 15777480.

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

Color convert

RGB200190240-
CMYK0.170.2100.06
HSL252º62.5%84.31%-
HSV(B)252º20.83%94.12%-
XYZ57.9655.490.08-
YUV198.69151.31128.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=31.75%
G=30.16%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001902400.170.2100.0625262.584.31
HexC8BEF0111506fc3e54
Octal31027636021250637476124
Binary11001000101111101111000010001101010110111111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEF0; }

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

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

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

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

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

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

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

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