#BFABB0

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

Shades of Careys Pink #BFABB0

Tints of Careys Pink #BFABB0

Color information

#BFABB0 (or 0xBFABB0) is unknown color: approx Careys Pink. HEX triplet: BF, AB and B0. RGB value is (191,171,176). Sum of RGB (Red+Green+Blue) = 191+171+176=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABB0 is #40544F. Grayscale: #B1B1B1. Windows color (decimal): -4215888 or 11578303. OLE color: 11578303.

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

Color convert

RGB191171176-
CMYK00.100.080.25
HSL345º13.51%70.98%-
HSV(B)345º10.47%74.9%-
XYZ43.8943.3447.13-
YUV177.55127.13137.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=35.50%
G=31.78%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117117600.100.080.2534513.5170.98
HexBFABB00A819159e47
Octal277253260012103153116107
Binary1011111110101011101100000101010001100110101100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABB0; }

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

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

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

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

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

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

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

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