#C4BFEA

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

Shades of Melrose #C4BFEA

Tints of Melrose #C4BFEA

Color information

#C4BFEA (or 0xC4BFEA) is unknown color: approx Melrose. HEX triplet: C4, BF and EA. RGB value is (196,191,234). Sum of RGB (Red+Green+Blue) = 196+191+234=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFEA is #3B4015. Grayscale: #C5C5C5. Windows color (decimal): -3883030 or 15384516. OLE color: 15384516.

HSL color Cylindrical-coordinate representation of color #C4BFEA: hue angle of 246.98º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BFEA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196191234-
CMYK0.160.1800.08
HSL246.98º50.59%83.33%-
HSV(B)246.98º18.38%91.76%-
XYZ56.2554.9485.48-
YUV197.4148.66127-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.56%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=31.56%
G=30.76%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961912340.160.1800.08246.9850.5983.33
HexC4BFEA101208f73353
Octal304277352202201036763123
Binary110001001011111111101010100001001001000111101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFEA; }

 p { color: rgb(196,191,234); }

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

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

 a { background-color: rgb(196,191,234); }

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

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

 span { border-color: rgb(196,191,234); }

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