Html Css Color HEX #B5AAAC Careys Pink

📋 copy color: '#B5AAAC'

red 181 ◦ green 170 ◦ blue 172

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

Shades of Careys Pink #B5AAAC

Tints of Careys Pink #B5AAAC

RGB

 RED value IS 181 (71.09% from 255) = 34.61%

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 34.61%
G = 32.5%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B5AAAC (or 0xB5AAAC) is known color: Careys Pink. HEX triplet: B5, AA and AC. RGB value is (181,170,172). Sum of RGB (Red+Green+Blue) = 181+170+172=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAAC is #4A5553. Grayscale: #ADADAD. Windows color (decimal): -4871508 or 11315893. OLE color: 11315893.

HSL color Cylindrical-coordinate representation of color #B5AAAC: hue angle of 349.09º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AAAC is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 172 -
CMYK 0 0.06 0.05 0.29
HSL 349.09º 0.07% 0.69% -
HSV(B) 349.09º 0.06% 0.71% -
XYZ 40.88 41.55 44.9 -
YUV 173.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 181 170 172 0 0.06 0.05 0.29 349.09 0.07 0.69
Hex B5 AA AC 0 6 5 1D 15D 7 45
Octal 265 252 254 0 6 5 35 535 7 105
Binary 10110101 10101010 10101100 0 110 101 11101 101011101 111 1000101

Color Harmonies of #B5AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAAC

Black with #B5AAAC

Text Example


Text Example

White with #B5AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAAC; }

 p { color: rgb(181,170,172); }

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

background-color css

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

 a { background-color: rgb(181,170,172); }

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

border-color css

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

 span { border-color: rgb(181,170,172); }

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