#B7AAAD

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

Shades of Careys Pink #B7AAAD

Tints of Careys Pink #B7AAAD

Color information

#B7AAAD (or 0xB7AAAD) is unknown color: approx Careys Pink. HEX triplet: B7, AA and AD. RGB value is (183,170,173). Sum of RGB (Red+Green+Blue) = 183+170+173=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAAD is #485552. Grayscale: #AEAEAE. Windows color (decimal): -4740435 or 11381431. OLE color: 11381431.

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

Color convert

RGB183170173-
CMYK00.070.050.28
HSL346.15º8.28%69.22%-
HSV(B)346.15º7.1%71.76%-
XYZ41.4541.8345.43-
YUV174.23127.31134.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=34.79%
G=32.32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317017300.070.050.28346.158.2869.22
HexB7AAAD0751C15a845
Octal2672522550753453210105
Binary10110111101010101010110101111011110010101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAAD; }

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

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

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

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

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

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

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

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