Html Css Color HEX #B3A8AB Careys Pink

📋 copy color: '#B3A8AB'

red 179 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #B3A8AB

Tints of Careys Pink #B3A8AB

RGB

 RED value IS 179 (70.31% from 255) = 34.56%

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

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

R = 34.56%
G = 32.43%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B3A8AB (or 0xB3A8AB) is known color: Careys Pink. HEX triplet: B3, A8 and AB. RGB value is (179,168,171). Sum of RGB (Red+Green+Blue) = 179+168+171=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A8AB is #4C5754. Grayscale: #ABABAB. Windows color (decimal): -5003093 or 11249843. OLE color: 11249843.

HSL color Cylindrical-coordinate representation of color #B3A8AB: hue angle of 343.64º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3A8AB is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 168 171 -
CMYK 0 0.06 0.04 0.30
HSL 343.64º 0.07% 0.68% -
HSV(B) 343.64º 0.06% 0.7% -
XYZ 39.94 40.53 44.25 -
YUV 171.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 179 168 171 0 0.06 0.04 0.30 343.64 0.07 0.68
Hex B3 A8 AB 0 6 4 1E 158 7 44
Octal 263 250 253 0 6 4 36 530 7 104
Binary 10110011 10101000 10101011 0 110 100 11110 101011000 111 1000100

Color Harmonies of #B3A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A8AB

Black with #B3A8AB

Text Example


Text Example

White with #B3A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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