#C5BCBD

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

Shades of Pink Flare #C5BCBD

Tints of Pink Flare #C5BCBD

Color information

#C5BCBD (or 0xC5BCBD) is unknown color: approx Pink Flare. HEX triplet: C5, BC and BD. RGB value is (197,188,189). Sum of RGB (Red+Green+Blue) = 197+188+189=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCBD is #3A4342. Grayscale: #BEBEBE. Windows color (decimal): -3818307 or 12434629. OLE color: 12434629.

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

Color convert

RGB197188189-
CMYK00.050.040.23
HSL353.33º7.2%75.49%-
HSV(B)353.33º4.57%77.25%-
XYZ50.1951.5155.44-
YUV190.8126.98132.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=34.32%
G=32.75%
B=32.93%

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
Decimal19718818900.050.040.23353.337.275.49
HexC5BCBD0541716174b
Octal305274275054275417113
Binary1100010110111100101111010101100101111011000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCBD; }

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

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

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

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

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

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

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

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