#BFB6B4

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

Shades of Pink Swan #BFB6B4

Tints of Pink Swan #BFB6B4

Color information

#BFB6B4 (or 0xBFB6B4) is unknown color: approx Pink Swan. HEX triplet: BF, B6 and B4. RGB value is (191,182,180). Sum of RGB (Red+Green+Blue) = 191+182+180=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6B4 is #40494B. Grayscale: #B8B8B8. Windows color (decimal): -4213068 or 11843263. OLE color: 11843263.

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

Color convert

RGB191182180-
CMYK00.050.060.25
HSL10.91º7.91%72.75%-
HSV(B)10.91º5.76%74.9%-
XYZ46.4547.8349.96-
YUV184.46125.48132.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=34.54%
G=32.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118218000.050.060.2510.917.9172.75
HexBFB6B405619b849
Octal277266264056311310111
Binary101111111011011010110100010111011001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6B4; }

 p { color: rgb(191,182,180); }

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

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

 a { background-color: rgb(191,182,180); }

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

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

 span { border-color: rgb(191,182,180); }

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