Html Css Color HEX #B6AAAC Careys Pink

📋 copy color: '#B6AAAC'

red 182 ◦ green 170 ◦ blue 172

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

Shades of Careys Pink #B6AAAC

Tints of Careys Pink #B6AAAC

RGB

 RED value IS 182 (71.48% from 255) = 34.73%

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

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

R = 34.73%
G = 32.44%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B6AAAC (or 0xB6AAAC) is known color: Careys Pink. HEX triplet: B6, AA and AC. RGB value is (182,170,172). Sum of RGB (Red+Green+Blue) = 182+170+172=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AAAC is #495553. Grayscale: #ADADAD. Windows color (decimal): -4805972 or 11315894. OLE color: 11315894.

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

Color convert

RGB 182 170 172 -
CMYK 0 0.07 0.05 0.29
HSL 350º 0.08% 0.69% -
HSV(B) 350º 0.07% 0.71% -
XYZ 41.11 41.67 44.91 -
YUV 173.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 182 170 172 0 0.07 0.05 0.29 350 0.08 0.69
Hex B6 AA AC 0 7 5 1D 15E 8 45
Octal 266 252 254 0 7 5 35 536 10 105
Binary 10110110 10101010 10101100 0 111 101 11101 101011110 1000 1000101

Color Harmonies of #B6AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AAAC

Black with #B6AAAC

Text Example


Text Example

White with #B6AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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