#C4BCBD

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

Shades of Pink Flare #C4BCBD

Tints of Pink Flare #C4BCBD

Color information

#C4BCBD (or 0xC4BCBD) is unknown color: approx Pink Flare. HEX triplet: C4, BC and BD. RGB value is (196,188,189). Sum of RGB (Red+Green+Blue) = 196+188+189=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBD is #3B4342. Grayscale: #BEBEBE. Windows color (decimal): -3883843 or 12434628. OLE color: 12434628.

HSL color Cylindrical-coordinate representation of color #C4BCBD: hue angle of 352.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BCBD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196188189-
CMYK00.040.040.23
HSL352.5º6.35%75.29%-
HSV(B)352.5º4.08%76.86%-
XYZ49.9351.3855.43-
YUV190.51127.15131.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=34.21%
G=32.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618818900.040.040.23352.56.3575.29
HexC4BCBD0441716164b
Octal304274275044275416113
Binary1100010010111100101111010100100101111011000011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCBD; }

 p { color: rgb(196,188,189); }

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

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

 a { background-color: rgb(196,188,189); }

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

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

 span { border-color: rgb(196,188,189); }

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