#C8BCF3

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

Shades of Melrose #C8BCF3

Tints of Melrose #C8BCF3

Color information

#C8BCF3 (or 0xC8BCF3) is unknown color: approx Melrose. HEX triplet: C8, BC and F3. RGB value is (200,188,243). Sum of RGB (Red+Green+Blue) = 200+188+243=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF3 is #37430C. Grayscale: #C5C5C5. Windows color (decimal): -3621645 or 15973576. OLE color: 15973576.

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

Color convert

RGB200188243-
CMYK0.180.2300.05
HSL253.09º69.62%84.51%-
HSV(B)253.09º22.63%95.29%-
XYZ57.9854.7292.3-
YUV197.86153.48129.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=31.70%
G=29.79%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001882430.180.2300.05253.0969.6284.51
HexC8BCF3121705fd4655
Octal310274363222705375106125
Binary110010001011110011110011100101011101011111110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCF3; }

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

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

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

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

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

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

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

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