Html Css Color HEX #B7A9AB Careys Pink

📋 copy color: '#B7A9AB'

red 183 ◦ green 169 ◦ blue 171

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

Shades of Careys Pink #B7A9AB

Tints of Careys Pink #B7A9AB

RGB

 RED value IS 183 (71.88% from 255) = 34.99%

 GREEN value IS 169 (66.41% from 255) = 32.31%

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 34.99%
G = 32.31%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B7A9AB (or 0xB7A9AB) is known color: Careys Pink. HEX triplet: B7, A9 and AB. RGB value is (183,169,171). Sum of RGB (Red+Green+Blue) = 183+169+171=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A9AB is #485654. Grayscale: #ADADAD. Windows color (decimal): -4740693 or 11250103. OLE color: 11250103.

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

Color convert

RGB 183 169 171 -
CMYK 0 0.08 0.07 0.28
HSL 351.43º 0.09% 0.69% -
HSV(B) 351.43º 0.08% 0.72% -
XYZ 41.07 41.38 44.35 -
YUV 173.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 183 169 171 0 0.08 0.07 0.28 351.43 0.09 0.69
Hex B7 A9 AB 0 8 7 1C 15F 9 45
Octal 267 251 253 0 10 7 34 537 11 105
Binary 10110111 10101001 10101011 0 1000 111 11100 101011111 1001 1000101

Color Harmonies of #B7A9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A9AB

Black with #B7A9AB

Text Example


Text Example

White with #B7A9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A9AB; }

 p { color: rgb(183,169,171); }

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

background-color css

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

 a { background-color: rgb(183,169,171); }

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

border-color css

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

 span { border-color: rgb(183,169,171); }

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