Html Css Color HEX #B9ABAE Careys Pink

📋 copy color: '#B9ABAE'

red 185 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #B9ABAE

Tints of Careys Pink #B9ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.83%

R = 34.91%
G = 32.26%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B9ABAE (or 0xB9ABAE) is known color: Careys Pink. HEX triplet: B9, AB and AE. RGB value is (185,171,174). Sum of RGB (Red+Green+Blue) = 185+171+174=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABAE is #465451. Grayscale: #AFAFAF. Windows color (decimal): -4609106 or 11447225. OLE color: 11447225.

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

Color convert

RGB 185 171 174 -
CMYK 0 0.08 0.06 0.27
HSL 347.14º 0.09% 0.7% -
HSV(B) 347.14º 0.08% 0.73% -
XYZ 42.21 42.5 46.02 -
YUV 175.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 185 171 174 0 0.08 0.06 0.27 347.14 0.09 0.7
Hex B9 AB AE 0 8 6 1B 15B 9 46
Octal 271 253 256 0 10 6 33 533 11 106
Binary 10111001 10101011 10101110 0 1000 110 11011 101011011 1001 1000110

Color Harmonies of #B9ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABAE

Black with #B9ABAE

Text Example


Text Example

White with #B9ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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