#CCB4BC

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

Shades of Melanie #CCB4BC

Tints of Melanie #CCB4BC

Color information

#CCB4BC (or 0xCCB4BC) is unknown color: approx Melanie. HEX triplet: CC, B4 and BC. RGB value is (204,180,188). Sum of RGB (Red+Green+Blue) = 204+180+188=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4BC is #334B43. Grayscale: #BCBCBC. Windows color (decimal): -3361604 or 12367052. OLE color: 12367052.

HSL color Cylindrical-coordinate representation of color #CCB4BC: hue angle of 340º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB4BC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204180188-
CMYK00.120.080.2
HSL340º19.05%75.29%-
HSV(B)340º11.76%80%-
XYZ50.349.1154.41-
YUV188.09127.95139.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 188 (73.83% from 255) = 32.87%
R=35.66%
G=31.47%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418018800.120.080.234019.0575.29
HexCCB4BC0C814154134b
Octal314264274014102452423113
Binary11001100101101001011110001100100010100101010100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4BC; }

 p { color: rgb(204,180,188); }

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

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

 a { background-color: rgb(204,180,188); }

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

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

 span { border-color: rgb(204,180,188); }

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