#B89FA1

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

Shades of Careys Pink #B89FA1

Tints of Careys Pink #B89FA1

Color information

#B89FA1 (or 0xB89FA1) is unknown color: approx Careys Pink. HEX triplet: B8, 9F and A1. RGB value is (184,159,161). Sum of RGB (Red+Green+Blue) = 184+159+161=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA1 is #47605E. Grayscale: #A6A6A6. Windows color (decimal): -4677727 or 10592184. OLE color: 10592184.

HSL color Cylindrical-coordinate representation of color #B89FA1: hue angle of 355.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B89FA1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184159161-
CMYK00.140.120.28
HSL355.2º14.97%67.25%-
HSV(B)355.2º13.59%72.16%-
XYZ38.637.5638.93-
YUV166.7124.78140.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=36.51%
G=31.55%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415916100.140.120.28355.214.9767.25
HexB89FA10EC1C163f43
Octal270237241016143454317103
Binary1011100010011111101000010111011001110010110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FA1; }

 p { color: rgb(184,159,161); }

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

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

 a { background-color: rgb(184,159,161); }

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

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

 span { border-color: rgb(184,159,161); }

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