#C4BBF1

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

Shades of Melrose #C4BBF1

Tints of Melrose #C4BBF1

Color information

#C4BBF1 (or 0xC4BBF1) is unknown color: approx Melrose. HEX triplet: C4, BB and F1. RGB value is (196,187,241). Sum of RGB (Red+Green+Blue) = 196+187+241=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBF1 is #3B440E. Grayscale: #C3C3C3. Windows color (decimal): -3884047 or 15842244. OLE color: 15842244.

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

Color convert

RGB196187241-
CMYK0.190.2200.05
HSL250º65.85%83.92%-
HSV(B)250º22.41%94.51%-
XYZ56.4153.6390.6-
YUV195.85153.48128.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=31.41%
G=29.97%
B=38.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961872410.190.2200.0525065.8583.92
HexC4BBF1131605fa4254
Octal304273361232605372102124
Binary110001001011101111110001100111011001011111101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBF1; }

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

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

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

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

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

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

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

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