#C2BBE2

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

Shades of Melrose #C2BBE2

Tints of Melrose #C2BBE2

Color information

#C2BBE2 (or 0xC2BBE2) is unknown color: approx Melrose. HEX triplet: C2, BB and E2. RGB value is (194,187,226). Sum of RGB (Red+Green+Blue) = 194+187+226=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #C2BBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBE2 is #3D441D. Grayscale: #C1C1C1. Windows color (decimal): -4015134 or 14859202. OLE color: 14859202.

HSL color Cylindrical-coordinate representation of color #C2BBE2: hue angle of 250.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BBE2 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194187226-
CMYK0.140.1700.11
HSL250.77º40.21%80.98%-
HSV(B)250.77º17.26%88.63%-
XYZ53.7552.579.25-
YUV193.54146.32128.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=31.96%
G=30.81%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941872260.140.1700.11250.7740.2180.98
HexC2BBE2E110Bfb2851
Octal302273342162101337350121
Binary11000010101110111110001011101000101011111110111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBE2; }

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

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

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

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

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

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

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

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