#BCB1B2

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

Shades of Pink Flare #BCB1B2

Tints of Pink Flare #BCB1B2

Color information

#BCB1B2 (or 0xBCB1B2) is unknown color: approx Pink Flare. HEX triplet: BC, B1 and B2. RGB value is (188,177,178). Sum of RGB (Red+Green+Blue) = 188+177+178=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1B2 is #434E4D. Grayscale: #B4B4B4. Windows color (decimal): -4410958 or 11710908. OLE color: 11710908.

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

Color convert

RGB188177178-
CMYK00.060.050.26
HSL354.55º7.59%71.57%-
HSV(B)354.55º5.85%73.73%-
XYZ44.545.3548.53-
YUV180.4126.64133.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=34.62%
G=32.60%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817717800.060.050.26354.557.5971.57
HexBCB1B20651A163848
Octal2742612620653254310110
Binary10111100101100011011001001101011101010110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1B2; }

 p { color: rgb(188,177,178); }

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

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

 a { background-color: rgb(188,177,178); }

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

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

 span { border-color: rgb(188,177,178); }

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