#C8BCE4

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

Shades of Melrose #C8BCE4

Tints of Melrose #C8BCE4

Color information

#C8BCE4 (or 0xC8BCE4) is unknown color: approx Melrose. HEX triplet: C8, BC and E4. RGB value is (200,188,228). Sum of RGB (Red+Green+Blue) = 200+188+228=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #C8BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCE4 is #37431B. Grayscale: #C4C4C4. Windows color (decimal): -3621660 or 14990536. OLE color: 14990536.

HSL color Cylindrical-coordinate representation of color #C8BCE4: hue angle of 258º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BCE4 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200188228-
CMYK0.120.1800.11
HSL258º42.55%81.57%-
HSV(B)258º17.54%89.41%-
XYZ55.8153.8580.85-
YUV196.15145.98130.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=32.47%
G=30.52%
B=37.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001882280.120.1800.1125842.5581.57
HexC8BCE4C120B1022b52
Octal310274344142201340253122
Binary110010001011110011100100110010010010111000000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCE4; }

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

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

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

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

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

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

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

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