#C7BBF1

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

Shades of Melrose #C7BBF1

Tints of Melrose #C7BBF1

Color information

#C7BBF1 (or 0xC7BBF1) is unknown color: approx Melrose. HEX triplet: C7, BB and F1. RGB value is (199,187,241). Sum of RGB (Red+Green+Blue) = 199+187+241=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBF1 is #38440E. Grayscale: #C4C4C4. Windows color (decimal): -3687439 or 15842247. OLE color: 15842247.

HSL color Cylindrical-coordinate representation of color #C7BBF1: hue angle of 253.33º degrees, saturation: 0.66, 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 #C7BBF1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199187241-
CMYK0.170.2200.05
HSL253.33º65.85%83.92%-
HSV(B)253.33º22.41%94.51%-
XYZ57.254.0390.63-
YUV196.74152.98129.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.74%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=31.74%
G=29.82%
B=38.44%

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
Decimal1991872410.170.2200.05253.3365.8583.92
HexC7BBF1111605fd4254
Octal307273361212605375102124
Binary110001111011101111110001100011011001011111110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBF1; }

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

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

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

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

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

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

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

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