Html Css Color HEX #B8A6AB Careys Pink

📋 copy color: '#B8A6AB'

red 184 ◦ green 166 ◦ blue 171

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

Shades of Careys Pink #B8A6AB

Tints of Careys Pink #B8A6AB

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 166 (65.23% from 255) = 31.86%

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

R = 35.32%
G = 31.86%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8A6AB (or 0xB8A6AB) is known color: Careys Pink. HEX triplet: B8, A6 and AB. RGB value is (184,166,171). Sum of RGB (Red+Green+Blue) = 184+166+171=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A6AB is #475954. Grayscale: #ABABAB. Windows color (decimal): -4675925 or 11249336. OLE color: 11249336.

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

Color convert

RGB 184 166 171 -
CMYK 0 0.10 0.07 0.28
HSL 343.33º 0.11% 0.69% -
HSV(B) 343.33º 0.1% 0.72% -
XYZ 40.75 40.4 44.18 -
YUV 171.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 184 166 171 0 0.10 0.07 0.28 343.33 0.11 0.69
Hex B8 A6 AB 0 A 7 1C 157 B 45
Octal 270 246 253 0 12 7 34 527 13 105
Binary 10111000 10100110 10101011 0 1010 111 11100 101010111 1011 1000101

Color Harmonies of #B8A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A6AB

Black with #B8A6AB

Text Example


Text Example

White with #B8A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A6AB; }

 p { color: rgb(184,166,171); }

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

background-color css

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

 a { background-color: rgb(184,166,171); }

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

border-color css

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

 span { border-color: rgb(184,166,171); }

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