#B29FA0

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

Shades of Careys Pink #B29FA0

Tints of Careys Pink #B29FA0

Color information

#B29FA0 (or 0xB29FA0) is unknown color: approx Careys Pink. HEX triplet: B2, 9F and A0. RGB value is (178,159,160). Sum of RGB (Red+Green+Blue) = 178+159+160=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FA0 is #4D605F. Grayscale: #A4A4A4. Windows color (decimal): -5070944 or 10526642. OLE color: 10526642.

HSL color Cylindrical-coordinate representation of color #B29FA0: hue angle of 356.84º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B29FA0 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178159160-
CMYK00.110.100.30
HSL356.84º10.98%66.08%-
HSV(B)356.84º10.67%69.8%-
XYZ37.136.838.41-
YUV164.8125.29137.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=35.81%
G=31.99%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815916000.110.100.30356.8410.9866.08
HexB29FA00BA1E165b42
Octal262237240013123654513102
Binary1011001010011111101000000101110101111010110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FA0; }

 p { color: rgb(178,159,160); }

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

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

 a { background-color: rgb(178,159,160); }

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

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

 span { border-color: rgb(178,159,160); }

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