#BCACB0

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

Shades of Careys Pink #BCACB0

Tints of Careys Pink #BCACB0

Color information

#BCACB0 (or 0xBCACB0) is unknown color: approx Careys Pink. HEX triplet: BC, AC and B0. RGB value is (188,172,176). Sum of RGB (Red+Green+Blue) = 188+172+176=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACB0 is #43534F. Grayscale: #B1B1B1. Windows color (decimal): -4412240 or 11578556. OLE color: 11578556.

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

Color convert

RGB188172176-
CMYK00.090.060.26
HSL345º10.67%70.59%-
HSV(B)345º8.51%73.73%-
XYZ43.3343.3347.15-
YUV177.24127.3135.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 176 (69.14% from 255) = 32.84%
R=35.07%
G=32.09%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817217600.090.060.2634510.6770.59
HexBCACB00961A159b47
Octal27425426001163253113107
Binary101111001010110010110000010011101101010101100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACB0; }

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

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

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

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

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

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

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

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