#BBA0A4

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

Shades of Careys Pink #BBA0A4

Tints of Careys Pink #BBA0A4

Color information

#BBA0A4 (or 0xBBA0A4) is unknown color: approx Careys Pink. HEX triplet: BB, A0 and A4. RGB value is (187,160,164). Sum of RGB (Red+Green+Blue) = 187+160+164=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0A4 is #445F5B. Grayscale: #A8A8A8. Windows color (decimal): -4480860 or 10789051. OLE color: 10789051.

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

Color convert

RGB187160164-
CMYK00.140.120.27
HSL351.11º16.56%68.04%-
HSV(B)351.11º14.44%73.33%-
XYZ39.7738.3940.44-
YUV168.53125.45141.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=36.59%
G=31.31%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716016400.140.120.27351.1116.5668.04
HexBBA0A40EC1B15f1144
Octal273240244016143353721104
Binary10111011101000001010010001110110011011101011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0A4; }

 p { color: rgb(187,160,164); }

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

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

 a { background-color: rgb(187,160,164); }

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

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

 span { border-color: rgb(187,160,164); }

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