#B99CA0

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

Shades of Careys Pink #B99CA0

Tints of Careys Pink #B99CA0

Color information

#B99CA0 (or 0xB99CA0) is unknown color: approx Careys Pink. HEX triplet: B9, 9C and A0. RGB value is (185,156,160). Sum of RGB (Red+Green+Blue) = 185+156+160=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B99CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99CA0 is #46635F. Grayscale: #A5A5A5. Windows color (decimal): -4612960 or 10525881. OLE color: 10525881.

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

Color convert

RGB185156160-
CMYK00.160.140.27
HSL351.72º17.16%66.86%-
HSV(B)351.72º15.68%72.55%-
XYZ38.2436.6338.31-
YUV165.13125.11142.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.93%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 160 (62.89% from 255) = 31.94%
R=36.93%
G=31.14%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515616000.160.140.27351.7217.1666.86
HexB99CA0010E1B1601143
Octal271234240020163354021103
Binary101110011001110010100000010000111011011101100000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CA0; }

 p { color: rgb(185,156,160); }

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

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

 a { background-color: rgb(185,156,160); }

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

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

 span { border-color: rgb(185,156,160); }

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