#C4BCBE

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

Shades of Pink Flare #C4BCBE

Tints of Pink Flare #C4BCBE

Color information

#C4BCBE (or 0xC4BCBE) is unknown color: approx Pink Flare. HEX triplet: C4, BC and BE. RGB value is (196,188,190). Sum of RGB (Red+Green+Blue) = 196+188+190=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBE is #3B4341. Grayscale: #BEBEBE. Windows color (decimal): -3883842 or 12500164. OLE color: 12500164.

HSL color Cylindrical-coordinate representation of color #C4BCBE: hue angle of 345º 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 #C4BCBE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196188190-
CMYK00.040.030.23
HSL345º6.35%75.29%-
HSV(B)345º4.08%76.86%-
XYZ50.0451.4256-
YUV190.62127.65131.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=34.15%
G=32.75%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618819000.040.030.233456.3575.29
HexC4BCBE0431715964b
Octal304274276043275316113
Binary110001001011110010111110010011101111010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCBE; }

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

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

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

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

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

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

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

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