#BFABAF

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

Shades of Careys Pink #BFABAF

Tints of Careys Pink #BFABAF

Color information

#BFABAF (or 0xBFABAF) is unknown color: approx Careys Pink. HEX triplet: BF, AB and AF. RGB value is (191,171,175). Sum of RGB (Red+Green+Blue) = 191+171+175=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABAF is #405450. Grayscale: #B1B1B1. Windows color (decimal): -4215889 or 11512767. OLE color: 11512767.

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

Color convert

RGB191171175-
CMYK00.100.080.25
HSL348º13.51%70.98%-
HSV(B)348º10.47%74.9%-
XYZ43.7943.346.61-
YUV177.44126.63137.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=35.57%
G=31.84%
B=32.59%

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
Decimal19117117500.100.080.2534813.5170.98
HexBFABAF0A81915ce47
Octal277253257012103153416107
Binary1011111110101011101011110101010001100110101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABAF; }

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

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

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

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

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

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

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

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