#B7AAAB

Color #B7AAAB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B7AAAB

Tints of Careys Pink #B7AAAB

Color information

#B7AAAB (or 0xB7AAAB) is unknown color: approx Careys Pink. HEX triplet: B7, AA and AB. RGB value is (183,170,171). Sum of RGB (Red+Green+Blue) = 183+170+171=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAAB is #485554. Grayscale: #AEAEAE. Windows color (decimal): -4740437 or 11250359. OLE color: 11250359.

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

Color convert

RGB183170171-
CMYK00.070.070.28
HSL355.38º8.28%69.22%-
HSV(B)355.38º7.1%71.76%-
XYZ41.2541.7644.41-
YUV174126.31134.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=34.92%
G=32.44%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317017100.070.070.28355.388.2869.22
HexB7AAAB0771C163845
Octal2672522530773454310105
Binary10110111101010101010101101111111110010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAAB; }

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

 H1.HeaderClassName
 {
   color: #B7AAAB;
 }
 .AnyTagClassName
 {
   color: #B7AAAB;
 }
</style>
background-color css

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

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

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

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

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

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