#B29FA3

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

Shades of Careys Pink #B29FA3

Tints of Careys Pink #B29FA3

Color information

#B29FA3 (or 0xB29FA3) is unknown color: approx Careys Pink. HEX triplet: B2, 9F and A3. RGB value is (178,159,163). Sum of RGB (Red+Green+Blue) = 178+159+163=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FA3 is #4D605C. Grayscale: #A5A5A5. Windows color (decimal): -5070941 or 10723250. OLE color: 10723250.

HSL color Cylindrical-coordinate representation of color #B29FA3: hue angle of 347.37º 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 #B29FA3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB178159163-
CMYK00.110.080.30
HSL347.37º10.98%66.08%-
HSV(B)347.37º10.67%69.8%-
XYZ37.3736.9139.8-
YUV165.14126.79137.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 163 (64.06% from 255) = 32.6%
R=35.6%
G=31.8%
B=32.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815916300.110.080.30347.3710.9866.08
HexB29FA30B81E15bb42
Octal262237243013103653313102
Binary1011001010011111101000110101110001111010101101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FA3; }

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

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

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

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

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

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

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

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