#BCB6B7

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

Shades of Pink Flare #BCB6B7

Tints of Pink Flare #BCB6B7

Color information

#BCB6B7 (or 0xBCB6B7) is unknown color: approx Pink Flare. HEX triplet: BC, B6 and B7. RGB value is (188,182,183). Sum of RGB (Red+Green+Blue) = 188+182+183=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6B7 is #434948. Grayscale: #B7B7B7. Windows color (decimal): -4409673 or 12039868. OLE color: 12039868.

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

Color convert

RGB188182183-
CMYK00.030.030.26
HSL350º4.29%72.55%-
HSV(B)350º3.19%73.73%-
XYZ46.0147.5751.56-
YUV183.91127.49130.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=34.00%
G=32.91%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818218300.030.030.263504.2972.55
HexBCB6B70331A15e449
Octal274266267033325364111
Binary10111100101101101011011101111110101010111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6B7; }

 p { color: rgb(188,182,183); }

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

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

 a { background-color: rgb(188,182,183); }

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

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

 span { border-color: rgb(188,182,183); }

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