Html Css Color HEX #B29EA0 Careys Pink

📋 copy color: '#B29EA0'

red 178 ◦ green 158 ◦ blue 160

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

Shades of Careys Pink #B29EA0

Tints of Careys Pink #B29EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 35.89%
G = 31.85%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B29EA0 (or 0xB29EA0) is known color: Careys Pink. HEX triplet: B2, 9E and A0. RGB value is (178,158,160). Sum of RGB (Red+Green+Blue) = 178+158+160=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B29EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29EA0 is #4D615F. Grayscale: #A4A4A4. Windows color (decimal): -5071200 or 10526386. OLE color: 10526386.

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

Color convert

RGB 178 158 160 -
CMYK 0 0.11 0.10 0.30
HSL 354º 0.11% 0.66% -
HSV(B) 354º 0.11% 0.7% -
XYZ 36.93 36.46 38.35 -
YUV 164.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 178 158 160 0 0.11 0.10 0.30 354 0.11 0.66
Hex B2 9E A0 0 B A 1E 162 B 42
Octal 262 236 240 0 13 12 36 542 13 102
Binary 10110010 10011110 10100000 0 1011 1010 11110 101100010 1011 1000010

Color Harmonies of #B29EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EA0

Black with #B29EA0

Text Example


Text Example

White with #B29EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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