#BCB2B2

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

Shades of Pink Swan #BCB2B2

Tints of Pink Swan #BCB2B2

Color information

#BCB2B2 (or 0xBCB2B2) is unknown color: approx Pink Swan. HEX triplet: BC, B2 and B2. RGB value is (188,178,178). Sum of RGB (Red+Green+Blue) = 188+178+178=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2B2 is #434D4D. Grayscale: #B5B5B5. Windows color (decimal): -4410702 or 11711164. OLE color: 11711164.

HSL color Cylindrical-coordinate representation of color #BCB2B2: hue angle of 0º degrees, saturation: 0.07, 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 #BCB2B2 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188178178-
CMYK00.050.050.26
HSL6.94%71.76%-
HSV(B)5.32%73.73%-
XYZ44.745.7548.59-
YUV180.99126.31133-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 178 (69.92% from 255) = 32.72%
R=34.56%
G=32.72%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817817800.050.050.2606.9471.76
HexBCB2B20551A0748
Octal2742622620553207110
Binary10111100101100101011001001011011101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2B2; }

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

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

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

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

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

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

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

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