Html Css Color HEX #B9A8AC Careys Pink

📋 copy color: '#B9A8AC'

red 185 ◦ green 168 ◦ blue 172

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

Shades of Careys Pink #B9A8AC

Tints of Careys Pink #B9A8AC

RGB

 RED value IS 185 (72.66% from 255) = 35.24%

 GREEN value IS 168 (66.02% from 255) = 32%

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

R = 35.24%
G = 32%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B9A8AC (or 0xB9A8AC) is known color: Careys Pink. HEX triplet: B9, A8 and AC. RGB value is (185,168,172). Sum of RGB (Red+Green+Blue) = 185+168+172=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A8AC is #465753. Grayscale: #ADADAD. Windows color (decimal): -4609876 or 11315385. OLE color: 11315385.

HSL color Cylindrical-coordinate representation of color #B9A8AC: hue angle of 345.88º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9A8AC is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 172 -
CMYK 0 0.09 0.07 0.27
HSL 345.88º 0.11% 0.69% -
HSV(B) 345.88º 0.09% 0.73% -
XYZ 41.46 41.3 44.82 -
YUV 173.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 185 168 172 0 0.09 0.07 0.27 345.88 0.11 0.69
Hex B9 A8 AC 0 9 7 1B 15A B 45
Octal 271 250 254 0 11 7 33 532 13 105
Binary 10111001 10101000 10101100 0 1001 111 11011 101011010 1011 1000101

Color Harmonies of #B9A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8AC

Black with #B9A8AC

Text Example


Text Example

White with #B9A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8AC; }

 p { color: rgb(185,168,172); }

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

background-color css

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

 a { background-color: rgb(185,168,172); }

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

border-color css

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

 span { border-color: rgb(185,168,172); }

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