#B99FA5

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

Shades of Careys Pink #B99FA5

Tints of Careys Pink #B99FA5

Color information

#B99FA5 (or 0xB99FA5) is unknown color: approx Careys Pink. HEX triplet: B9, 9F and A5. RGB value is (185,159,165). Sum of RGB (Red+Green+Blue) = 185+159+165=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA5 is #46605A. Grayscale: #A7A7A7. Windows color (decimal): -4612187 or 10854329. OLE color: 10854329.

HSL color Cylindrical-coordinate representation of color #B99FA5: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FA5 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185159165-
CMYK00.140.110.27
HSL346.15º15.66%67.45%-
HSV(B)346.15º14.05%72.55%-
XYZ39.237.8340.83-
YUV167.46126.61140.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 159 (62.5% from 255) = 31.24%
BLUE value IS 165 (64.84% from 255) = 32.42%
R=36.35%
G=31.24%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515916500.140.110.27346.1515.6667.45
HexB99FA50EB1B15a1043
Octal271237245016133353220103
Binary10111001100111111010010101110101111011101011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FA5; }

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

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

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

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

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

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

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

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