Html Css Color HEX #B9ACAF Careys Pink

📋 copy color: '#B9ACAF'

red 185 ◦ green 172 ◦ blue 175

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

Shades of Careys Pink #B9ACAF

Tints of Careys Pink #B9ACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 34.77%
G = 32.33%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B9ACAF (or 0xB9ACAF) is known color: Careys Pink. HEX triplet: B9, AC and AF. RGB value is (185,172,175). Sum of RGB (Red+Green+Blue) = 185+172+175=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACAF is #465350. Grayscale: #B0B0B0. Windows color (decimal): -4608849 or 11513017. OLE color: 11513017.

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

Color convert

RGB 185 172 175 -
CMYK 0 0.07 0.05 0.27
HSL 346.15º 0.08% 0.7% -
HSV(B) 346.15º 0.07% 0.73% -
XYZ 42.5 42.91 46.6 -
YUV 176.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 185 172 175 0 0.07 0.05 0.27 346.15 0.08 0.7
Hex B9 AC AF 0 7 5 1B 15A 8 46
Octal 271 254 257 0 7 5 33 532 10 106
Binary 10111001 10101100 10101111 0 111 101 11011 101011010 1000 1000110

Color Harmonies of #B9ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ACAF

Black with #B9ACAF

Text Example


Text Example

White with #B9ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ACAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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