#BCABAC

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

Shades of Careys Pink #BCABAC

Tints of Careys Pink #BCABAC

Color information

#BCABAC (or 0xBCABAC) is unknown color: approx Careys Pink. HEX triplet: BC, AB and AC. RGB value is (188,171,172). Sum of RGB (Red+Green+Blue) = 188+171+172=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAC is #435453. Grayscale: #B0B0B0. Windows color (decimal): -4412500 or 11316156. OLE color: 11316156.

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

Color convert

RGB188171172-
CMYK00.090.090.26
HSL356.47º11.26%70.39%-
HSV(B)356.47º9.04%73.73%-
XYZ42.7542.845.04-
YUV176.2125.63136.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=35.40%
G=32.20%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817117200.090.090.26356.4711.2670.39
HexBCABAC0991A164b46
Octal274253254011113254413106
Binary1011110010101011101011000100110011101010110010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABAC; }

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

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

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

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

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

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

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

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