#BCB4B3

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

Shades of Pink Swan #BCB4B3

Tints of Pink Swan #BCB4B3

Color information

#BCB4B3 (or 0xBCB4B3) is unknown color: approx Pink Swan. HEX triplet: BC, B4 and B3. RGB value is (188,180,179). Sum of RGB (Red+Green+Blue) = 188+180+179=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4B3 is #434B4C. Grayscale: #B6B6B6. Windows color (decimal): -4410189 or 11777212. OLE color: 11777212.

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

Color convert

RGB188180179-
CMYK00.040.050.26
HSL6.67º6.29%71.96%-
HSV(B)6.67º4.79%73.73%-
XYZ45.246.5949.26-
YUV182.28126.15132.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=34.37%
G=32.91%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818017900.040.050.266.676.2971.96
HexBCB4B30451A7648
Octal2742642630453276110
Binary1011110010110100101100110100101110101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB4B3; }

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

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

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

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

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

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

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

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