#C2BBE3

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

Shades of Melrose #C2BBE3

Tints of Melrose #C2BBE3

Color information

#C2BBE3 (or 0xC2BBE3) is unknown color: approx Melrose. HEX triplet: C2, BB and E3. RGB value is (194,187,227). Sum of RGB (Red+Green+Blue) = 194+187+227=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #C2BBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBE3 is #3D441C. Grayscale: #C1C1C1. Windows color (decimal): -4015133 or 14924738. OLE color: 14924738.

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

Color convert

RGB194187227-
CMYK0.150.1800.11
HSL250.5º41.67%81.18%-
HSV(B)250.5º17.62%89.02%-
XYZ53.8852.5679.98-
YUV193.65146.82128.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=31.91%
G=30.76%
B=37.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941872270.150.1800.11250.541.6781.18
HexC2BBE3F120Bfa2a51
Octal302273343172201337252121
Binary11000010101110111110001111111001001011111110101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBE3; }

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

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

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

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

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

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

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

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