Html Css Color HEX #B7A8AB Careys Pink

📋 copy color: '#B7A8AB'

red 183 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #B7A8AB

Tints of Careys Pink #B7A8AB

RGB

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

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

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

R = 35.06%
G = 32.18%
B = 32.76%

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

#B7A8AB (or 0xB7A8AB) is known color: Careys Pink. HEX triplet: B7, A8 and AB. RGB value is (183,168,171). Sum of RGB (Red+Green+Blue) = 183+168+171=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8AB is #485754. Grayscale: #ACACAC. Windows color (decimal): -4740949 or 11249847. OLE color: 11249847.

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

Color convert

RGB 183 168 171 -
CMYK 0 0.08 0.07 0.28
HSL 348º 0.09% 0.69% -
HSV(B) 348º 0.08% 0.72% -
XYZ 40.88 41.01 44.29 -
YUV 172.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 183 168 171 0 0.08 0.07 0.28 348 0.09 0.69
Hex B7 A8 AB 0 8 7 1C 15C 9 45
Octal 267 250 253 0 10 7 34 534 11 105
Binary 10110111 10101000 10101011 0 1000 111 11100 101011100 1001 1000101

Color Harmonies of #B7A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A8AB

Black with #B7A8AB

Text Example


Text Example

White with #B7A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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