#C2BBF2

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

Shades of Melrose #C2BBF2

Tints of Melrose #C2BBF2

Color information

#C2BBF2 (or 0xC2BBF2) is unknown color: approx Melrose. HEX triplet: C2, BB and F2. RGB value is (194,187,242). Sum of RGB (Red+Green+Blue) = 194+187+242=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBF2 is #3D440D. Grayscale: #C3C3C3. Windows color (decimal): -4015118 or 15907778. OLE color: 15907778.

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

Color convert

RGB194187242-
CMYK0.200.2300.05
HSL247.64º67.9%84.12%-
HSV(B)247.64º22.73%94.9%-
XYZ56.0553.4291.36-
YUV195.36154.32127.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 242 (94.92% from 255) = 38.84%
R=31.14%
G=30.02%
B=38.84%

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
Decimal1941872420.200.2300.05247.6467.984.12
HexC2BBF2141705f84454
Octal302273362242705370104124
Binary110000101011101111110010101001011101011111100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBF2; }

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

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

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

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

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

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

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

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