#BCA8AB

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

Shades of Careys Pink #BCA8AB

Tints of Careys Pink #BCA8AB

Color information

#BCA8AB (or 0xBCA8AB) is unknown color: approx Careys Pink. HEX triplet: BC, A8 and AB. RGB value is (188,168,171). Sum of RGB (Red+Green+Blue) = 188+168+171=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AB is #435754. Grayscale: #AEAEAE. Windows color (decimal): -4413269 or 11249852. OLE color: 11249852.

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

Color convert

RGB188168171-
CMYK00.110.090.26
HSL351º12.99%69.8%-
HSV(B)351º10.64%73.73%-
XYZ42.0941.6444.35-
YUV174.32126.13137.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=35.67%
G=31.88%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816817100.110.090.2635112.9969.8
HexBCA8AB0B91A15fd46
Octal274250253013113253715106
Binary1011110010101000101010110101110011101010101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8AB; }

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

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

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

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

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

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

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

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