Html Css Color HEX #B29EA2 Careys Pink

📋 copy color: '#B29EA2'

red 178 ◦ green 158 ◦ blue 162

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

Shades of Careys Pink #B29EA2

Tints of Careys Pink #B29EA2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.73%

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

R = 35.74%
G = 31.73%
B = 32.53%

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

#B29EA2 (or 0xB29EA2) is known color: Careys Pink. HEX triplet: B2, 9E and A2. RGB value is (178,158,162). Sum of RGB (Red+Green+Blue) = 178+158+162=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EA2 is #4D615D. Grayscale: #A4A4A4. Windows color (decimal): -5071198 or 10657458. OLE color: 10657458.

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

Color convert

RGB 178 158 162 -
CMYK 0 0.11 0.09 0.30
HSL 348º 0.11% 0.66% -
HSV(B) 348º 0.11% 0.7% -
XYZ 37.11 36.53 39.28 -
YUV 164.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 178 158 162 0 0.11 0.09 0.30 348 0.11 0.66
Hex B2 9E A2 0 B 9 1E 15C B 42
Octal 262 236 242 0 13 11 36 534 13 102
Binary 10110010 10011110 10100010 0 1011 1001 11110 101011100 1011 1000010

Color Harmonies of #B29EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EA2

Black with #B29EA2

Text Example


Text Example

White with #B29EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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