#C3BBF3

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

Shades of Melrose #C3BBF3

Tints of Melrose #C3BBF3

Color information

#C3BBF3 (or 0xC3BBF3) is unknown color: approx Melrose. HEX triplet: C3, BB and F3. RGB value is (195,187,243). Sum of RGB (Red+Green+Blue) = 195+187+243=625 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.2% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBF3 is #3C440C. Grayscale: #C3C3C3. Windows color (decimal): -3949581 or 15973315. OLE color: 15973315.

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

Color convert

RGB195187243-
CMYK0.200.2300.05
HSL248.57º70%84.31%-
HSV(B)248.57º23.05%95.29%-
XYZ56.4553.6192.17-
YUV195.78154.65127.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.2%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=31.2%
G=29.92%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951872430.200.2300.05248.577084.31
HexC3BBF3141705f94654
Octal303273363242705371106124
Binary110000111011101111110011101001011101011111100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBF3; }

 p { color: rgb(195,187,243); }

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

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

 a { background-color: rgb(195,187,243); }

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

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

 span { border-color: rgb(195,187,243); }

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