#C4BBF2

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

Shades of Melrose #C4BBF2

Tints of Melrose #C4BBF2

Color information

#C4BBF2 (or 0xC4BBF2) is unknown color: approx Melrose. HEX triplet: C4, BB and F2. RGB value is (196,187,242). Sum of RGB (Red+Green+Blue) = 196+187+242=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBF2 is #3B440D. Grayscale: #C3C3C3. Windows color (decimal): -3884046 or 15907780. OLE color: 15907780.

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

Color convert

RGB196187242-
CMYK0.190.2300.05
HSL249.82º67.9%84.12%-
HSV(B)249.82º22.73%94.9%-
XYZ56.5653.6991.39-
YUV195.96153.98128.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.36%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=31.36%
G=29.92%
B=38.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961872420.190.2300.05249.8267.984.12
HexC4BBF2131705fa4454
Octal304273362232705372104124
Binary110001001011101111110010100111011101011111101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBF2; }

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

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

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

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

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

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

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

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