#BCA8AD

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

Shades of Careys Pink #BCA8AD

Tints of Careys Pink #BCA8AD

Color information

#BCA8AD (or 0xBCA8AD) is unknown color: approx Careys Pink. HEX triplet: BC, A8 and AD. RGB value is (188,168,173). Sum of RGB (Red+Green+Blue) = 188+168+173=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AD is #435752. Grayscale: #AEAEAE. Windows color (decimal): -4413267 or 11380924. OLE color: 11380924.

HSL color Cylindrical-coordinate representation of color #BCA8AD: hue angle of 345º 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 #BCA8AD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188168173-
CMYK00.110.080.26
HSL345º12.99%69.8%-
HSV(B)345º10.64%73.73%-
XYZ42.2841.7145.36-
YUV174.55127.13137.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=35.54%
G=31.76%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816817300.110.080.2634512.9969.8
HexBCA8AD0B81A159d46
Octal274250255013103253115106
Binary1011110010101000101011010101110001101010101100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8AD; }

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

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

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

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

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

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

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

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