#BCABAB

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

Shades of Pink Swan #BCABAB

Tints of Pink Swan #BCABAB

Color information

#BCABAB (or 0xBCABAB) is unknown color: approx Pink Swan. HEX triplet: BC, AB and AB. RGB value is (188,171,171). Sum of RGB (Red+Green+Blue) = 188+171+171=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAB is #435454. Grayscale: #B0B0B0. Windows color (decimal): -4412501 or 11250620. OLE color: 11250620.

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

Color convert

RGB188171171-
CMYK00.090.090.26
HSL11.26%70.39%-
HSV(B)9.04%73.73%-
XYZ42.6542.7644.53-
YUV176.08125.13136.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=35.47%
G=32.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817117100.090.090.26011.2670.39
HexBCABAB0991A0b46
Octal2742532530111132013106
Binary10111100101010111010101101001100111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABAB; }

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

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

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

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

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

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

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

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