#B89FA5

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

Shades of Careys Pink #B89FA5

Tints of Careys Pink #B89FA5

Color information

#B89FA5 (or 0xB89FA5) is unknown color: approx Careys Pink. HEX triplet: B8, 9F and A5. RGB value is (184,159,165). Sum of RGB (Red+Green+Blue) = 184+159+165=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89FA5 is #47605A. Grayscale: #A7A7A7. Windows color (decimal): -4677723 or 10854328. OLE color: 10854328.

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

Color convert

RGB184159165-
CMYK00.140.100.28
HSL345.6º14.97%67.25%-
HSV(B)345.6º13.59%72.16%-
XYZ38.9637.740.82-
YUV167.16126.78140.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=36.22%
G=31.30%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415916500.140.100.28345.614.9767.25
HexB89FA50EA1C15af43
Octal270237245016123453217103
Binary1011100010011111101001010111010101110010101101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FA5; }

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

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

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

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

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

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

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

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