#C7BBF2

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

Shades of Melrose #C7BBF2

Tints of Melrose #C7BBF2

Color information

#C7BBF2 (or 0xC7BBF2) is unknown color: approx Melrose. HEX triplet: C7, BB and F2. RGB value is (199,187,242). Sum of RGB (Red+Green+Blue) = 199+187+242=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF2 is #38440D. Grayscale: #C4C4C4. Windows color (decimal): -3687438 or 15907783. OLE color: 15907783.

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

Color convert

RGB199187242-
CMYK0.180.2300.05
HSL253.09º67.9%84.12%-
HSV(B)253.09º22.73%94.9%-
XYZ57.3554.0991.42-
YUV196.86153.48129.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=31.69%
G=29.78%
B=38.54%

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
Decimal1991872420.180.2300.05253.0967.984.12
HexC7BBF2121705fd4454
Octal307273362222705375104124
Binary110001111011101111110010100101011101011111110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBF2; }

 p { color: rgb(199,187,242); }

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

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

 a { background-color: rgb(199,187,242); }

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

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

 span { border-color: rgb(199,187,242); }

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