Html Css Color HEX #B29FA3 Careys Pink

📋 copy color: '#B29FA3'

red 178 ◦ green 159 ◦ blue 163

#B29FA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #B29FA3

Tints of Careys Pink #B29FA3

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 value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B29FA3 (or 0xB29FA3) is known color: 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

RGB 178 159 163 -
CMYK 0 0.11 0.08 0.30
HSL 347.37º 0.11% 0.66% -
HSV(B) 347.37º 0.11% 0.7% -
XYZ 37.37 36.91 39.8 -
YUV 165.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 178 159 163 0 0.11 0.08 0.30 347.37 0.11 0.66
Hex B2 9F A3 0 B 8 1E 15B B 42
Octal 262 237 243 0 13 10 36 533 13 102
Binary 10110010 10011111 10100011 0 1011 1000 11110 101011011 1011 1000010

Color Harmonies of #B29FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FA3

Black with #B29FA3

Text Example


Text Example

White with #B29FA3

Text Example


Text Example

HTML Codes & Css Web 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>