#C8BFE3

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

Shades of Melrose #C8BFE3

Tints of Melrose #C8BFE3

Color information

#C8BFE3 (or 0xC8BFE3) is unknown color: approx Melrose. HEX triplet: C8, BF and E3. RGB value is (200,191,227). Sum of RGB (Red+Green+Blue) = 200+191+227=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFE3 is #37401C. Grayscale: #C5C5C5. Windows color (decimal): -3620893 or 14925768. OLE color: 14925768.

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

Color convert

RGB200191227-
CMYK0.120.1600.11
HSL255º39.13%81.96%-
HSV(B)255º15.86%89.02%-
XYZ56.3255.0980.34-
YUV197.79144.48129.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=32.36%
G=30.91%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001912270.120.1600.1125539.1381.96
HexC8BFE3C100Bff2752
Octal310277343142001337747122
Binary11001000101111111110001111001000001011111111111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFE3; }

 p { color: rgb(200,191,227); }

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

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

 a { background-color: rgb(200,191,227); }

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

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

 span { border-color: rgb(200,191,227); }

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