#B99FA6

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

Shades of Careys Pink #B99FA6

Tints of Careys Pink #B99FA6

Color information

#B99FA6 (or 0xB99FA6) is unknown color: approx Careys Pink. HEX triplet: B9, 9F and A6. RGB value is (185,159,166). Sum of RGB (Red+Green+Blue) = 185+159+166=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FA6 is #466059. Grayscale: #A7A7A7. Windows color (decimal): -4612186 or 10919865. OLE color: 10919865.

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

Color convert

RGB185159166-
CMYK00.140.100.27
HSL343.85º15.66%67.45%-
HSV(B)343.85º14.05%72.55%-
XYZ39.2937.8641.31-
YUV167.57127.11140.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 166 (65.23% from 255) = 32.55%
R=36.27%
G=31.18%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515916600.140.100.27343.8515.6667.45
HexB99FA60EA1B1581043
Octal271237246016123353020103
Binary10111001100111111010011001110101011011101011000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99FA6; }

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

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

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

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

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

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

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

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