#BBA2AA

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

Shades of Careys Pink #BBA2AA

Tints of Careys Pink #BBA2AA

Color information

#BBA2AA (or 0xBBA2AA) is unknown color: approx Careys Pink. HEX triplet: BB, A2 and AA. RGB value is (187,162,170). Sum of RGB (Red+Green+Blue) = 187+162+170=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2AA is #445D55. Grayscale: #AAAAAA. Windows color (decimal): -4480342 or 11182779. OLE color: 11182779.

HSL color Cylindrical-coordinate representation of color #BBA2AA: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA2AA is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187162170-
CMYK00.130.090.27
HSL340.8º15.53%68.43%-
HSV(B)340.8º13.37%73.33%-
XYZ40.6739.3143.47-
YUV170.39127.78139.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=36.03%
G=31.21%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716217000.130.090.27340.815.5368.43
HexBBA2AA0D91B1551044
Octal273242252015113352520104
Binary10111011101000101010101001101100111011101010101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2AA; }

 p { color: rgb(187,162,170); }

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

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

 a { background-color: rgb(187,162,170); }

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

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

 span { border-color: rgb(187,162,170); }

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