#BBA2A3

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

Shades of Careys Pink #BBA2A3

Tints of Careys Pink #BBA2A3

Color information

#BBA2A3 (or 0xBBA2A3) is unknown color: approx Careys Pink. HEX triplet: BB, A2 and A3. RGB value is (187,162,163). Sum of RGB (Red+Green+Blue) = 187+162+163=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA2A3 is #445D5C. Grayscale: #A9A9A9. Windows color (decimal): -4480349 or 10724027. OLE color: 10724027.

HSL color Cylindrical-coordinate representation of color #BBA2A3: hue angle of 357.6º 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 #BBA2A3 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB187162163-
CMYK00.130.130.27
HSL357.6º15.53%68.43%-
HSV(B)357.6º13.37%73.33%-
XYZ40.0239.0540.08-
YUV169.59124.28140.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=36.52%
G=31.64%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716216300.130.130.27357.615.5368.43
HexBBA2A30DD1B1661044
Octal273242243015153354620104
Binary10111011101000101010001101101110111011101100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA2A3; }

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

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

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

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

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

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

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

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