#C2BBEE

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

Shades of Melrose #C2BBEE

Tints of Melrose #C2BBEE

Color information

#C2BBEE (or 0xC2BBEE) is unknown color: approx Melrose. HEX triplet: C2, BB and EE. RGB value is (194,187,238). Sum of RGB (Red+Green+Blue) = 194+187+238=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEE is #3D4411. Grayscale: #C2C2C2. Windows color (decimal): -4015122 or 15645634. OLE color: 15645634.

HSL color Cylindrical-coordinate representation of color #C2BBEE: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BBEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194187238-
CMYK0.180.2100.07
HSL248.24º60%83.33%-
HSV(B)248.24º21.43%93.33%-
XYZ55.4553.1888.23-
YUV194.91152.32127.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.34%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=31.34%
G=30.21%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941872380.180.2100.07248.246083.33
HexC2BBEE121507f83c53
Octal30227335622250737074123
Binary11000010101110111110111010010101010111111110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBEE; }

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

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

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

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

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

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

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

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