#BCB3B5

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

Shades of Pink Flare #BCB3B5

Tints of Pink Flare #BCB3B5

Color information

#BCB3B5 (or 0xBCB3B5) is unknown color: approx Pink Flare. HEX triplet: BC, B3 and B5. RGB value is (188,179,181). Sum of RGB (Red+Green+Blue) = 188+179+181=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3B5 is #434C4A. Grayscale: #B5B5B5. Windows color (decimal): -4410443 or 11908028. OLE color: 11908028.

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

Color convert

RGB188179181-
CMYK00.050.040.26
HSL346.67º6.29%71.96%-
HSV(B)346.67º4.79%73.73%-
XYZ45.246.2750.26-
YUV181.92127.48132.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.31%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=34.31%
G=32.66%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817918100.050.040.26346.676.2971.96
HexBCB3B50541A15b648
Octal274263265054325336110
Binary1011110010110011101101010101100110101010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3B5; }

 p { color: rgb(188,179,181); }

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

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

 a { background-color: rgb(188,179,181); }

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

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

 span { border-color: rgb(188,179,181); }

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