#C8BEEC

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

Shades of Melrose #C8BEEC

Tints of Melrose #C8BEEC

Color information

#C8BEEC (or 0xC8BEEC) is unknown color: approx Melrose. HEX triplet: C8, BE and EC. RGB value is (200,190,236). Sum of RGB (Red+Green+Blue) = 200+190+236=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEEC is #374113. Grayscale: #C6C6C6. Windows color (decimal): -3621140 or 15515336. OLE color: 15515336.

HSL color Cylindrical-coordinate representation of color #C8BEEC: hue angle of 253.04º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BEEC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200190236-
CMYK0.150.1900.07
HSL253.04º54.76%83.53%-
HSV(B)253.04º19.49%92.55%-
XYZ57.3755.1686.98-
YUV198.23149.31129.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=31.95%
G=30.35%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001902360.150.1900.07253.0454.7683.53
HexC8BEECF1307fd3754
Octal31027635417230737567124
Binary1100100010111110111011001111100110111111111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEEC; }

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

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

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

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

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

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

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

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