#BFABAC

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

Shades of Careys Pink #BFABAC

Tints of Careys Pink #BFABAC

Color information

#BFABAC (or 0xBFABAC) is unknown color: approx Careys Pink. HEX triplet: BF, AB and AC. RGB value is (191,171,172). Sum of RGB (Red+Green+Blue) = 191+171+172=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABAC is #405453. Grayscale: #B1B1B1. Windows color (decimal): -4215892 or 11316159. OLE color: 11316159.

HSL color Cylindrical-coordinate representation of color #BFABAC: hue angle of 357º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFABAC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191171172-
CMYK00.100.100.25
HSL357º13.51%70.98%-
HSV(B)357º10.47%74.9%-
XYZ43.543.1845.07-
YUV177.09125.13137.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=35.77%
G=32.02%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117117200.100.100.2535713.5170.98
HexBFABAC0AA19165e47
Octal277253254012123154516107
Binary1011111110101011101011000101010101100110110010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABAC; }

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

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

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

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

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

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

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

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