#C8BCE9

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

Shades of Melrose #C8BCE9

Tints of Melrose #C8BCE9

Color information

#C8BCE9 (or 0xC8BCE9) is unknown color: approx Melrose. HEX triplet: C8, BC and E9. RGB value is (200,188,233). Sum of RGB (Red+Green+Blue) = 200+188+233=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8BCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCE9 is #374316. Grayscale: #C4C4C4. Windows color (decimal): -3621655 or 15318216. OLE color: 15318216.

HSL color Cylindrical-coordinate representation of color #C8BCE9: hue angle of 256º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BCE9 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200188233-
CMYK0.140.1900.09
HSL256º50.56%82.55%-
HSV(B)256º19.31%91.37%-
XYZ56.5154.1384.56-
YUV196.72148.48130.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=32.21%
G=30.27%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001882330.140.1900.0925650.5682.55
HexC8BCE9E13091003353
Octal310274351162301140063123
Binary110010001011110011101001111010011010011000000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCE9; }

 p { color: rgb(200,188,233); }

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

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

 a { background-color: rgb(200,188,233); }

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

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

 span { border-color: rgb(200,188,233); }

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