Html Css Color HEX #B9A8A9 Careys Pink

📋 copy color: '#B9A8A9'

red 185 ◦ green 168 ◦ blue 169

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

Shades of Careys Pink #B9A8A9

Tints of Careys Pink #B9A8A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 32.38%

R = 35.44%
G = 32.18%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9A8A9 (or 0xB9A8A9) is known color: Careys Pink. HEX triplet: B9, A8 and A9. RGB value is (185,168,169). Sum of RGB (Red+Green+Blue) = 185+168+169=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A8A9 is #465756. Grayscale: #ADADAD. Windows color (decimal): -4609879 or 11118777. OLE color: 11118777.

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

Color convert

RGB 185 168 169 -
CMYK 0 0.09 0.09 0.27
HSL 356.47º 0.11% 0.69% -
HSV(B) 356.47º 0.09% 0.73% -
XYZ 41.17 41.18 43.32 -
YUV 173.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 185 168 169 0 0.09 0.09 0.27 356.47 0.11 0.69
Hex B9 A8 A9 0 9 9 1B 164 B 45
Octal 271 250 251 0 11 11 33 544 13 105
Binary 10111001 10101000 10101001 0 1001 1001 11011 101100100 1011 1000101

Color Harmonies of #B9A8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8A9

Black with #B9A8A9

Text Example


Text Example

White with #B9A8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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