#C1BCBD

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

Shades of Pink Flare #C1BCBD

Tints of Pink Flare #C1BCBD

Color information

#C1BCBD (or 0xC1BCBD) is unknown color: approx Pink Flare. HEX triplet: C1, BC and BD. RGB value is (193,188,189). Sum of RGB (Red+Green+Blue) = 193+188+189=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBD is #3E4342. Grayscale: #BDBDBD. Windows color (decimal): -4080451 or 12434625. OLE color: 12434625.

HSL color Cylindrical-coordinate representation of color #C1BCBD: hue angle of 348º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193188189-
CMYK00.030.020.24
HSL348º3.88%74.71%-
HSV(B)348º2.59%75.69%-
XYZ49.1650.9855.39-
YUV189.61127.66130.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=33.86%
G=32.98%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318818900.030.020.243483.8874.71
HexC1BCBD0321815c44b
Octal301274275032305344113
Binary11000001101111001011110101110110001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCBD; }

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

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

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

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

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

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

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

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