#B29D9E

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

Shades of Careys Pink #B29D9E

Tints of Careys Pink #B29D9E

Color information

#B29D9E (or 0xB29D9E) is unknown color: approx Careys Pink. HEX triplet: B2, 9D and 9E. RGB value is (178,157,158). Sum of RGB (Red+Green+Blue) = 178+157+158=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D9E is #4D6261. Grayscale: #A3A3A3. Windows color (decimal): -5071458 or 10395058. OLE color: 10395058.

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

Color convert

RGB178157158-
CMYK00.120.110.30
HSL357.14º12%65.69%-
HSV(B)357.14º11.8%69.8%-
XYZ36.5936.0537.38-
YUV163.39124.96138.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=36.11%
G=31.85%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815715800.120.110.30357.141265.69
HexB29D9E0CB1E165c42
Octal262235236014133654514102
Binary1011001010011101100111100110010111111010110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D9E; }

 p { color: rgb(178,157,158); }

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

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

 a { background-color: rgb(178,157,158); }

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

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

 span { border-color: rgb(178,157,158); }

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