Html Css Color HEX #B29FA2 Careys Pink

📋 copy color: '#B29FA2'

red 178 ◦ green 159 ◦ blue 162

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

Shades of Careys Pink #B29FA2

Tints of Careys Pink #B29FA2

RGB

 RED value IS 178 (69.92% from 255) = 35.67%

 GREEN value IS 159 (62.5% from 255) = 31.86%

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 35.67%
G = 31.86%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B29FA2 (or 0xB29FA2) is known color: Careys Pink. HEX triplet: B2, 9F and A2. RGB value is (178,159,162). Sum of RGB (Red+Green+Blue) = 178+159+162=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B29FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29FA2 is #4D605D. Grayscale: #A5A5A5. Windows color (decimal): -5070942 or 10657714. OLE color: 10657714.

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

Color convert

RGB 178 159 162 -
CMYK 0 0.11 0.09 0.30
HSL 350.53º 0.11% 0.66% -
HSV(B) 350.53º 0.11% 0.7% -
XYZ 37.28 36.87 39.33 -
YUV 165.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 178 159 162 0 0.11 0.09 0.30 350.53 0.11 0.66
Hex B2 9F A2 0 B 9 1E 15F B 42
Octal 262 237 242 0 13 11 36 537 13 102
Binary 10110010 10011111 10100010 0 1011 1001 11110 101011111 1011 1000010

Color Harmonies of #B29FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FA2

Black with #B29FA2

Text Example


Text Example

White with #B29FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FA2; }

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

 H1.HeaderClassName
 {
   color: #B29FA2;
 }
 .AnyTagClassName
 {
   color: #B29FA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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