#C5BCBE

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

Shades of Pink Flare #C5BCBE

Tints of Pink Flare #C5BCBE

Color information

#C5BCBE (or 0xC5BCBE) is unknown color: approx Pink Flare. HEX triplet: C5, BC and BE. RGB value is (197,188,190). Sum of RGB (Red+Green+Blue) = 197+188+190=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBE is #3A4341. Grayscale: #BEBEBE. Windows color (decimal): -3818306 or 12500165. OLE color: 12500165.

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

Color convert

RGB197188190-
CMYK00.050.040.23
HSL346.67º7.2%75.49%-
HSV(B)346.67º4.57%77.25%-
XYZ50.351.5556.01-
YUV190.92127.48132.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=34.26%
G=32.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718819000.050.040.23346.677.275.49
HexC5BCBE0541715b74b
Octal305274276054275337113
Binary1100010110111100101111100101100101111010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCBE; }

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

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

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

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

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

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

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

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