#BCA6AA

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

Shades of Careys Pink #BCA6AA

Tints of Careys Pink #BCA6AA

Color information

#BCA6AA (or 0xBCA6AA) is unknown color: approx Careys Pink. HEX triplet: BC, A6 and AA. RGB value is (188,166,170). Sum of RGB (Red+Green+Blue) = 188+166+170=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6AA is #435955. Grayscale: #ADADAD. Windows color (decimal): -4413782 or 11183804. OLE color: 11183804.

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

Color convert

RGB188166170-
CMYK00.120.100.26
HSL349.09º14.1%69.41%-
HSV(B)349.09º11.7%73.73%-
XYZ41.6340.8743.72-
YUV173.03126.29138.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 166 (65.23% from 255) = 31.68%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=35.88%
G=31.68%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816617000.120.100.26349.0914.169.41
HexBCA6AA0CA1A15de45
Octal274246252014123253516105
Binary1011110010100110101010100110010101101010101110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6AA; }

 p { color: rgb(188,166,170); }

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

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

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

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

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

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

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