#BFABAE

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

Shades of Careys Pink #BFABAE

Tints of Careys Pink #BFABAE

Color information

#BFABAE (or 0xBFABAE) is unknown color: approx Careys Pink. HEX triplet: BF, AB and AE. RGB value is (191,171,174). Sum of RGB (Red+Green+Blue) = 191+171+174=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABAE is #405451. Grayscale: #B1B1B1. Windows color (decimal): -4215890 or 11447231. OLE color: 11447231.

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

Color convert

RGB191171174-
CMYK00.100.090.25
HSL351º13.51%70.98%-
HSV(B)351º10.47%74.9%-
XYZ43.6943.2646.09-
YUV177.32126.13137.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=35.63%
G=31.90%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117117400.100.090.2535113.5170.98
HexBFABAE0A91915fe47
Octal277253256012113153716107
Binary1011111110101011101011100101010011100110101111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABAE; }

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

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

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

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

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

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

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

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