#C8BEF1

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

Shades of Melrose #C8BEF1

Tints of Melrose #C8BEF1

Color information

#C8BEF1 (or 0xC8BEF1) is unknown color: approx Melrose. HEX triplet: C8, BE and F1. RGB value is (200,190,241). Sum of RGB (Red+Green+Blue) = 200+190+241=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #C8BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF1 is #37410E. Grayscale: #C6C6C6. Windows color (decimal): -3621135 or 15843016. OLE color: 15843016.

HSL color Cylindrical-coordinate representation of color #C8BEF1: hue angle of 251.76º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BEF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200190241-
CMYK0.170.2100.05
HSL251.76º64.56%84.51%-
HSV(B)251.76º21.16%94.51%-
XYZ58.1155.4690.86-
YUV198.8151.81128.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=31.70%
G=30.11%
B=38.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001902410.170.2100.05251.7664.5684.51
HexC8BEF1111505fc4155
Octal310276361212505374101125
Binary110010001011111011110001100011010101011111110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEF1; }

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

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

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

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

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

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

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

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