Html Css Color HEX #B9ABAC Careys Pink

📋 copy color: '#B9ABAC'

red 185 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #B9ABAC

Tints of Careys Pink #B9ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

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

R = 35.04%
G = 32.39%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B9ABAC (or 0xB9ABAC) is known color: Careys Pink. HEX triplet: B9, AB and AC. RGB value is (185,171,172). Sum of RGB (Red+Green+Blue) = 185+171+172=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABAC is #465453. Grayscale: #AFAFAF. Windows color (decimal): -4609108 or 11316153. OLE color: 11316153.

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

Color convert

RGB 185 171 172 -
CMYK 0 0.08 0.07 0.27
HSL 355.71º 0.09% 0.7% -
HSV(B) 355.71º 0.08% 0.73% -
XYZ 42.02 42.42 45 -
YUV 175.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 185 171 172 0 0.08 0.07 0.27 355.71 0.09 0.7
Hex B9 AB AC 0 8 7 1B 164 9 46
Octal 271 253 254 0 10 7 33 544 11 106
Binary 10111001 10101011 10101100 0 1000 111 11011 101100100 1001 1000110

Color Harmonies of #B9ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABAC

Black with #B9ABAC

Text Example


Text Example

White with #B9ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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