#C8BFE0

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

Shades of Melrose #C8BFE0

Tints of Melrose #C8BFE0

Color information

#C8BFE0 (or 0xC8BFE0) is unknown color: approx Melrose. HEX triplet: C8, BF and E0. RGB value is (200,191,224). Sum of RGB (Red+Green+Blue) = 200+191+224=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFE0 is #37401F. Grayscale: #C5C5C5. Windows color (decimal): -3620896 or 14729160. OLE color: 14729160.

HSL color Cylindrical-coordinate representation of color #C8BFE0: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BFE0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200191224-
CMYK0.110.1500.12
HSL256.36º34.74%81.37%-
HSV(B)256.36º14.73%87.84%-
XYZ55.954.9278.18-
YUV197.45142.98129.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 224 (87.89% from 255) = 36.42%
R=32.52%
G=31.06%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001912240.110.1500.12256.3634.7481.37
HexC8BFE0BF0C1002351
Octal310277340131701440043121
Binary11001000101111111110000010111111011001000000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFE0; }

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

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

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

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

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

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

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

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