#BCAFAC

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

Shades of Pink Swan #BCAFAC

Tints of Pink Swan #BCAFAC

Color information

#BCAFAC (or 0xBCAFAC) is unknown color: approx Pink Swan. HEX triplet: BC, AF and AC. RGB value is (188,175,172). Sum of RGB (Red+Green+Blue) = 188+175+172=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFAC is #435053. Grayscale: #B2B2B2. Windows color (decimal): -4411476 or 11317180. OLE color: 11317180.

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

Color convert

RGB188175172-
CMYK00.070.090.26
HSL11.25º10.67%70.59%-
HSV(B)11.25º8.51%73.73%-
XYZ43.5244.3345.29-
YUV178.54124.31134.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=35.14%
G=32.71%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817517200.070.090.2611.2510.6770.59
HexBCAFAC0791Abb47
Octal2742572540711321313107
Binary1011110010101111101011000111100111010101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFAC; }

 p { color: rgb(188,175,172); }

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

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

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

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

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

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

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