#C8BCF2

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

Shades of Melrose #C8BCF2

Tints of Melrose #C8BCF2

Color information

#C8BCF2 (or 0xC8BCF2) is unknown color: approx Melrose. HEX triplet: C8, BC and F2. RGB value is (200,188,242). Sum of RGB (Red+Green+Blue) = 200+188+242=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BCF2 is #37430D. Grayscale: #C5C5C5. Windows color (decimal): -3621646 or 15908040. OLE color: 15908040.

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

Color convert

RGB200188242-
CMYK0.170.2200.05
HSL253.33º67.5%84.31%-
HSV(B)253.33º22.31%94.9%-
XYZ57.8354.6691.51-
YUV197.74152.98129.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=31.75%
G=29.84%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001882420.170.2200.05253.3367.584.31
HexC8BCF2111605fd4454
Octal310274362212605375104124
Binary110010001011110011110010100011011001011111110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCF2; }

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

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

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

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

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

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

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

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